cURL
curl --request GET \ --url https://api.wapikit.com/api/rbac/roles/{id}
{ "role": { "uniqueId": "<string>", "name": "<string>", "description": "<string>", "permissions": [ "Get:OrganizationMember" ] } }
returns a single organization role
The id value of the role you want to get.
organization role object
Show child attributes
Was this page helpful?