Path Parameters
The id value of the role you want to get.
Response
organization role object
The response is of type object
.
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
curl --request GET \
--url https://api.wapikit.com/api/rbac/roles/{id}
{
"role": {
"uniqueId": "<string>",
"name": "<string>",
"description": "<string>",
"permissions": [
"Get:OrganizationMember"
]
}
}
The id value of the role you want to get.
organization role object
The response is of type object
.
Was this page helpful?