Step 2: Get the role ID
GET {{apiPath}}/roles
In addition to a user ID, you'll also need the ID of a role assignment.
Get the list of all defined roles using the GET {{apiPath}}/roles
request.
Copy the role.id
field of the role you wish to assign. You'll use it in the next step.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |