Skip to main content
PATCH
Update a User

Autorizaciones

Authorization
string
header
requerido

The authorization token in the 'Bearer ' format.

Parámetros de ruta

id
string
requerido

The unique identifier of the user you want to retrieve.

Cuerpo

application/json

Information used to update a user's information.

email
string
requerido

User's email address.

firstName
string
requerido

User's first name.

lastName
string
requerido

User's last name.

groups
string[]

Array of user role groups IDs. Role groups IDs can be retrieved through the List Groups endpoint.

Respuesta

Indicates that the resource was successfully updated and the operation was completed as expected.

Information used to update a user's information.

email
string
requerido

User's email address.

firstName
string
requerido

User's first name.

lastName
string
requerido

User's last name.

groups
string[]

Array of user role groups IDs. Role groups IDs can be retrieved through the List Groups endpoint.