# List all the user consented organizations of a application. **GET /api/applications/{id}/users/{userId}/consent-organizations** List all the user consented organizations for a application by application id and user id. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the application. - **userId** (string) The unique identifier of the user. #### Query parameters - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200: List of organization entities granted by the user for the application. #### Body Parameters: application/json (object) - **organizations** (array[object]) A list of organization entities granted by the user for the application. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found ### 422: Unprocessable Content [Powered by Bump.sh](https://bump.sh)