---
title: "View SCIM configuration"
method: GET
path: "/orgs/{orgId}/scim/config"
tags: ["orgs"]
---

# View SCIM configuration

`GET /orgs/{orgId}/scim/config`

Returns the SCIM configuration for the organization, including token metadata, group count, and SSO state. Accessible to all org members (read access).

## Path parameters

- `orgId` integer, required

## Response `200`

OK

- DescribeScimConfigResponse
  - `endpointUrl` string
  - `groupCount` integer
  - `hasActiveToken` boolean
  - `maskedToken` string, nullable
  - `ssoActive` boolean
  - `tokenCreatedAt` string, date-time, nullable
  - `tokenLastUsed` string, date-time, nullable

## Other responses

- `403` — Operation not allowed
- `404` — Feature not enabled or organization not found

---

[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/revisions/13316c9fe5ff/schema)
