?
avatar chetanmadaan
chetanmadaan
29 Jul 2020

Steps to reproduce the issue

to a GET API request to:
{{base_path}}/api/index.php/v1/users/{userid}

You get a post with the users information

Expected result

The actual result should include all the information that's visible in the backend including but not limited to:
Registration Date
Last Visit Date
Last Reset Date
Password Reset Count
Receive System Emails
User Status

The above are just for the account details tab. I don't if we want or should extend this to the other tabs such as Basic Settings.

Actual result

The current results is:

{
    "links": {
        "self": "http://localhost/joomla4/api/index.php/v1/users/815"
    },
    "data": {
        "type": "users",
        "id": "815",
        "attributes": {
            "groups": {
                "8": 8
            },
            "id": 815,
            "name": "First Last",
            "username": "admin",
            "email": "someone@someone.com"
        }
    }
}

System information (as much as possible)

Joomla 4 Beta 3

Additional comments

tagging @alikon

avatar chetanmadaan chetanmadaan - open - 29 Jul 2020
avatar joomla-cms-bot joomla-cms-bot - change - 29 Jul 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Jul 2020
avatar alikon
alikon - comment - 30 Jul 2020

please test #30239

apart for

don't if we want or should extend this to the other tabs such as Basic Settings

avatar chetanmadaan chetanmadaan - change - 30 Jul 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-07-30 23:28:47
Closed_By chetanmadaan
avatar chetanmadaan chetanmadaan - close - 30 Jul 2020

Add a Comment

Login with GitHub to post a comment