v11

OpenAPI 3.1.02026-08-0364112112.3 KB
Users

Update user

Updates user

post/v1/users/{id}

Path parameters

idstring uuid required

Request body

createdAtstring date-time nullable
firstNamestring required
lastNamestring nullable
emailstring email nullable
profileUrlstring uri nullable
accessTypesUserAccessType[] nullable

Example request

{
  "profileUrl": "http://www.example.com/"
}

Response

Successful Response

createdAtstring date-time nullable
firstNamestring required
lastNamestring nullable
emailstring email nullable
profileUrlstring uri nullable
accessTypesUserAccessType[] nullable
idstring uuid required

Example response

{
  "profileUrl": "http://www.example.com/"
}