GET
/
rbac
/
roles
/
{id}
curl --request GET \
  --url https://api.wapikit.com/api/rbac/roles/{id}
{
  "role": {
    "uniqueId": "<string>",
    "name": "<string>",
    "description": "<string>",
    "permissions": [
      "Get:OrganizationMember"
    ]
  }
}

Path Parameters

id
string
required

The id value of the role you want to get.

Response

200
application/json

organization role object

The response is of type object.