POST {{baseUrl}}/roles/:roleId/members
User roles can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to assign a role to members. Prerequisites: Scopes: Rate Limit Label:
role:write:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"add_at": "<dateTime>",
"ids": "<string>"
} |
ENDPOINTS