Number of APIs: 2
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
GET {{baseUrl}}/roles/:roleId/members?page_count=<string>&page_number=1&next_page_token=<string>&page_size=30
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 list all the members that are assigned a specific role. Prerequisites: Scopes: Rate Limit Label:
role:read:admin
Medium
ENDPOINTS