to a GET API request to:
{{base_path}}/api/index.php/v1/users/{userid}
You get a post with the users information
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.
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"
}
}
}
Joomla 4 Beta 3
tagging @alikon
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-30 23:28:47 |
Closed_By | ⇒ | chetanmadaan |
please test #30239
apart for