---
title: "List Managed Identities"
method: GET
path: "/identities"
tags: ["identities"]
---

# List Managed Identities

`GET /identities`

List all Managed Identities in an organization.

## Query parameters

- `orgId` integer
- `search` string, nullable
- `max` integer, nullable
- `offset` integer, nullable

## Response `200`

OK

- ListManagedIdentitiesResponse
  - `managedIdentities` ManagedIdentityDbDtoAbstractGridConfig[]
    - `config` AbstractGridConfig
      - `computeQueue` string
      - `discriminator` string — property to select the compute config platform
      - `environment` ConfigEnvVariable[]
        - `compute` boolean
        - `head` boolean
        - `name` string
        - `value` string
      - `headJobOptions` string
      - `headQueue` string
      - `hostName` string
      - `launchDir` string
      - `maxQueueSize` integer
      - `nextflowConfig` string
      - `port` integer
      - `postRunScript` string — Add a script that executes after all Nextflow processes have completed. See [Pre and post-run scripts](https://docs.seqera.io/platform-cloud/launch/advanced#pre-and-post-run-scripts).
      - `preRunScript` string — Add a script that executes in the nf-launch script prior to invoking Nextflow processes. See [Pre and post-run scripts](https://docs.seqera.io/platform-cloud/launch/advanced#pre-and-post-run-scripts).
      - `propagateHeadJobOptions` boolean
      - `userName` string
      - `workDir` string — Compute environment working directory
    - `id` integer
    - `name` string
    - `platform` 'altair-platform' | 'lsf-platform' | 'moab-platform' | 'slurm-platform' | 'uge-platform'
  - `totalSize` integer

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

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