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

KeyDatatypeRequiredDescription
applicationRoleIdstringThe id of the application role
topstringThe maximum number of entries to return in the result set.
skipstringThe number of entries to skip in the result set.
sortBystringThe field to sort.