---
title: "RegenerateSCIMToken"
method: POST
path: "/gitpod.v1.OrganizationService/RegenerateSCIMToken"
tags: ["gitpod.v1.OrganizationService"]
---

# RegenerateSCIMToken

`POST /gitpod.v1.OrganizationService/RegenerateSCIMToken`

Regenerates the bearer token for a SCIM configuration.

 Use this method to:
 - Rotate SCIM credentials
 - Recover from token compromise
 - Update IdP configuration

 ### Examples

 - Regenerate token:

   Creates a new bearer token, invalidating the old one.

   ```yaml
   scimConfigurationId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
   ```

## Request body

- GitpodV1RegenerateSCIMTokenRequest
  - `scimConfigurationId` string, uuid, required — scim_configuration_id is the ID of the SCIM configuration to regenerate token for

## Response `200`

Success

- GitpodV1RegenerateSCIMTokenResponse
  - `token` string, required — token is the new bearer token for SCIM API authentication. This invalidates the previous token - store it securely.

## Other responses

- `default` — Error

## Changes

- **2026-01-21** `2423c089f280` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.OrganizationService/RegenerateSCIMToken/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/2423c089f280/schema)
