cURL
curl --request GET \ --url https://api.wapikit.com/api/rbac/roles
{ "roles": [ { "uniqueId": "<string>", "name": "<string>", "description": "<string>", "permissions": [ "Get:OrganizationMember" ] } ], "paginationMeta": { "page": 123, "per_page": 123, "total": 123 } }
returns all organization roles
number of records to skip
max number of records to return per page
sorting order
asc
desc
organization roles list
The response is of type object.
object
Was this page helpful?