Users
The following resource structure definitions are relevant for this set of endpoints:
● User
● Account
Resources
GET /users/:userId
Returns a representation of the user identified by :userId (the unique string user identifier), subject to authorization.
Example Response with no fields parameter
{
"item": {
"id": "fs34o4ifseijo4n9",
"username": "an_mfp_username"
}
}