Skip to main content
PUT
Replace user roles

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
Example:

"4f6d0d9a-7b78-4c6a-b64f-2e2e3d2c8f9a"

Body

application/json
role_ids
string<uuid>[]
required

Role UUIDs. The array is reserved for future expansion but currently accepts exactly one role.

Required array length: 1 element

Response

OK

data
object[]
required