---
title: "List all the user consented organizations of a application."
method: GET
path: "/api/applications/{id}/users/{userId}/consent-organizations"
tags: ["Applications"]
---

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

## Path parameters

- `id` string, required
- `userId` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

List of organization entities granted by the user for the application.

- object
  - `organizations` object[], required — A list of organization entities granted by the user for the application.
    - `tenantId` string, required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `customData` object, required — arbitrary
    - `isMfaRequired` boolean, required
    - `color` object, required
      - `primaryColor` string, regex
      - `isDarkModeEnabled` boolean
      - `darkPrimaryColor` string, regex
    - `branding` object, required
      - `logoUrl` string, url
      - `darkLogoUrl` string, url
      - `favicon` string, url
      - `darkFavicon` string, url
    - `customCss` string, nullable, required
    - `createdAt` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[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)
