Get a Role – Management API – MediaKind

Get a Role

get https://app.mk.io/api/v1/organization/roles/:role_name

Returns details of a single Role.

RBAC Capability Required: core.role.get

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

role_namestringRequired

Response

200 The role

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error