v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Users API

Update a User

Use this endpoint to update a user's information, such as name, email, or group assignments.

patch/v1/users/{id}

Path parameters

idstring required

The unique identifier of the user you want to retrieve.

Request body

emailstring required

User's email address.

firstNamestring required

User's first name.

groupsstring[]

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

lastNamestring required

User's last name.

Response

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

emailstring required

User's email address.

firstNamestring required

User's first name.

groupsstring[]

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

lastNamestring required

User's last name.