User Management
Get a specific user in the specified account
get/accounts/{accountname}/users/{username}
Path parameters
accountnamestring required
usernamestring required
Response
User record
Example response
{
"last_updated": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"source": "source",
"type": "native",
"username": "username"
}