devguard
Business rolesId

Get the details of a single businessRole by id.

GET
/business-roles/{id}/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/business-roles/string/"
{  "id": "string",  "slug": "string",  "name": "string",  "description": "string",  "archivedAt": "string",  "organizationId": "string",  "users": [    "string"  ]}

How is this guide?