Skip to main content
POST
Bulk Update User Roles

Authorizations

Authorization
string
header
required

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

Body

application/json

Payload for changing many users' roles to the same target role.

userIds
string<uuid>[]
required
role
string
required

Response

Successful Response

Response for the bulk role-update endpoint.

results
BulkRoleUpdateItemDTO · object[]
required
successCount
integer
required
failedCount
integer
required