---
title: "List all the user consent scopes of an application."
method: GET
path: "/api/applications/{applicationId}/user-consent-scopes"
tags: ["Applications"]
---

# List all the user consent scopes of an application.

`GET /api/applications/{applicationId}/user-consent-scopes`

List all the user consent scopes of an application by application id

## Path parameters

- `applicationId` string, required

## Response `200`

All the user consent scopes of the application are listed successfully

- object
  - `organizationScopes` object[], required — A list of organization scope details assigned to the application.
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
  - `resourceScopes` object[], required — A list of resource scope details grouped by resource id assigned to the application.
    - `resource` object, required
      - `id` string, required
      - `name` string, required
      - `indicator` string, required
    - `scopes` object[], required
      - `id` string, required
      - `name` string, required
      - `description` string, nullable, required
  - `organizationResourceScopes` object[], required — A list of organization resource scope details grouped by resource id assigned to the application.
    - `resource` object, required
      - `id` string, required
      - `name` string, required
      - `indicator` string, required
    - `scopes` object[], required
      - `id` string, required
      - `name` string, required
      - `description` string, nullable, required
  - `userScopes` string[], required — A list of user scope enum value assigned to the application.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The application is not found

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
