Back to Platform

GET /roles/{id}

GET
/roles/{id}

GET operation for /roles/{id}

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/roles/string"
{
  "id": 1,
  "name": "string",
  "description": "string",
  "created_at": "2021-01-01T00:00:00Z",
  "role_type": "internal",
  "order": 1,
  "created_by": "string"
}
Empty
Empty
Empty

How is this guide?