Skip to main content
PATCH
Update a User

Autorizações

Authorization
string
header
obrigatório

The authorization token in the 'Bearer ' format.

Parâmetros de caminho

id
string
obrigatório

The unique identifier of the user you want to retrieve.

Corpo

application/json

Information used to update a user's information.

email
string
obrigatório

User's email address.

firstName
string
obrigatório

User's first name.

lastName
string
obrigatório

User's last name.

groups
string[]

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

Resposta

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

Information used to update a user's information.

email
string
obrigatório

User's email address.

firstName
string
obrigatório

User's first name.

lastName
string
obrigatório

User's last name.

groups
string[]

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