---
title: "GET /api/v1/applications/{applicationId}/roleAssignments"
method: GET
path: "/api/v1/applications/{applicationId}/roleAssignments"
tags: ["Applications"]
---

# GET /api/v1/applications/{applicationId}/roleAssignments

`GET /api/v1/applications/{applicationId}/roleAssignments`

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}.

## Path parameters

- `applicationId` integer, required

## Query parameters

- `applicationRoleId` integer
- `top` integer
- `skip` integer
- `sortBy` string

## Response `200`

OK

## Other responses

- `204` — No Content

---

[API](https://skmtc.net/azure/apis/azure-blockchain-workbench-rest-api.md) · [All operations](https://skmtc.net/azure/apis/azure-blockchain-workbench-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-blockchain-workbench-rest-api/versions/87f9d32cbefd/schema)
