---
title: "Generate a SCIM bearer token"
method: POST
path: "/orgs/{orgId}/scim/token"
tags: ["orgs"]
---

# Generate a SCIM bearer token

`POST /orgs/{orgId}/scim/token`

Generates a new SCIM bearer token for the organization. If an active token already exists it is revoked first. The plaintext token is returned only once.

## Path parameters

- `orgId` integer, required

## Response `200`

Token created

- CreateScimTokenResponse
  - `endpointUrl` string
  - `maskedToken` string
  - `token` string

## Other responses

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

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-07-09** `aa8544683897` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/orgs/:orgId/scim/token/post.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
