Get Applications Roleassignments
GET {{baseUrl}}/api/v1/applications/:applicationId/roleAssignments?applicationRoleId=<get>&top=<>&skip=<>&sortBy=<>
List all role assignments of the specified blockchain application. Users who are Workbench administrators get all role assignments. Non-Workbench administrators get all their role assignments. Roles are specified in the Workbench application configuration and can be retrieved from GET /applications/{applicationID}. Also, user information can be retrieved from GET /users/{userID}.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
applicationRoleId | string | The id of the application role | |
top | string | The maximum number of entries to return in the result set. | |
skip | string | The number of entries to skip in the result set. | |
sortBy | string | The field to sort. |