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
The response is of type object.
object
Was this page helpful?