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.

    scimConfigurationId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    
post/gitpod.v1.OrganizationService/RegenerateSCIMToken

Request body

scimConfigurationIdstring uuid required

scim_configuration_id is the ID of the SCIM configuration to regenerate token for

Response

Success

tokenstring required

token is the new bearer token for SCIM API authentication. This invalidates the previous token - store it securely.

Changes