Users
Get a user
Gets the details of a user from the user pool
get/users/{id}
Path parameters
idstring required
the users id
Response
The users details
Example response
{
"status_notes": "User has been suspended",
"status": "CONFIRMED"
}Gets the details of a user from the user pool
the users id
The users details
{
"status_notes": "User has been suspended",
"status": "CONFIRMED"
}