Roles
Return a list of permissions available for Roles.
Object of available role permissions
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Return a list of all Roles.
Role response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Create a Role from the supplied object. Do NOT submit an ID. IDs are auto generated and immutable.
Role response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific Role from the ID supplied in the path.
String ID of the role to get
Role response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update a Role given the provided object. This does not do a diff. You must send the complete object.
The ID of the Role to be updated
Role response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes the Role. API will return a 409 Conflict if the role is in use.
The ID of the Role to be retrieved
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Last updated