Get RBAC capability data – Management API – MediaKind
Get RBAC capability data
Get https://app.mk.io/api/v1/user/rbac
This endpoint returns your RBAC capabilities. Please see our online documentation for more details on the format of this data.
Requires authentication; no additional RBAC permissions required.
Authentication
Authorization Bearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
200 OK
No response body.
Errors
400 Bad Request
errorobject [ErrorDetail](https://docs.mediakind.com/api-reference/management-api/schemas/errordetail) Required
Pertinent information about the error.
- code string Required
- The error code.
- detail string Required
- The error message.
- extraDetail map from strings to any Optional
- Extra information regarding this error.
401 Unauthorized
errorobject [ErrorDetail](https://docs.mediakind.com/api-reference/management-api/schemas/errordetail) Required
Pertinent information about the error.
- code string Required
- The error code.
- detail string Required
- The error message.
- extraDetail map from strings to any Optional
- Extra information regarding this error.
403 Forbidden
errorobject [ErrorDetail](https://docs.mediakind.com/api-reference/management-api/schemas/errordetail) Required
Pertinent information about the error.
404 Not Found
errorobject [ErrorDetail](https://docs.mediakind.com/api-reference/management-api/schemas/errordetail) Required
Pertinent information about the error.
429 Too Many Requests
errorobject [ErrorDetail](https://docs.mediakind.com/api-reference/management-api/schemas/errordetail) Required
Pertinent information about the error.
500 Internal Server Error
errorobject [ErrorDetail](https://docs.mediakind.com/api-reference/management-api/schemas/errordetail) Required
Pertinent information about the error.