Users
Update a user
Updates the details of a user in the user pool
put/users/{id}
Path parameters
idstring required
the users id
Request body
Example request
{
"forename": "bob",
"lastname": "bobbings",
"status_notes": "User has been suspended"
}Response
The users details