devguard
Business rolesIdRestore

Restore an archived business role by id.

POST
/business-roles/{id}/restore/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

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

How is this guide?