v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23231323.7 KB
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

forenamestring required
lastnamestring required
activeboolean required
status_notesstring

Example request

{
  "forename": "bob",
  "lastname": "bobbings",
  "status_notes": "User has been suspended"
}

Response

The users details