Skip to main content
POST
Add User To Role

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string<uuid>
required

Query Parameters

role_id
string<uuid>
required

UUID of the role to assign. Returned by POST /api/v1/permissions/roles or GET /api/v1/permissions/tenants/{tenant_id}/roles.

Example:

"b2c3d4e5-6717-4562-b3fc-2c963f66afa7"

Response

Successful Response