# 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 ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **applicationId** (string) The unique identifier of the application. ## Responses ### 200: All the user consent scopes of the application are listed successfully #### Body Parameters: application/json (object) - **organizationScopes** (array[object]) A list of organization scope details assigned to the application. - **resourceScopes** (array[object]) A list of resource scope details grouped by resource id assigned to the application. - **organizationResourceScopes** (array[object]) A list of organization resource scope details grouped by resource id assigned to the application. - **userScopes** (array[string]) A list of user scope enum value assigned to the application. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: The application is not found [Powered by Bump.sh](https://bump.sh)