Previous Next

Retrieve a Role

get
/identities/role/{roleid}
Retrieves a user role by role ID.

The following tables summarize the client request.

Query Parameters
Name Description Format
appId Application ID

The following tables summarize the server response.

Supported Media Types
  • application/json
  • application/xml

200 Response

Success
Body
Example application/json

{
    "levels":0,
    "email":"",
    "identityName":"BPMWorkflowAdmin",
    "identityType":"Application Role"
}