v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.OrganizationService

UpdateSCIMConfiguration

Updates a SCIM configuration.

Use this method to:

  • Enable or disable SCIM provisioning
  • Link or unlink SSO configuration
  • Update configuration name

Examples

  • Disable SCIM:

    Disables SCIM provisioning.

    scimConfigurationId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    enabled: false
    
  • Link to SSO:

    Links SCIM configuration to an SSO provider.

    scimConfigurationId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    ssoConfigurationId: "f53d2330-3795-4c5d-a1f3-453121af9c60"
    
post/gitpod.v1.OrganizationService/UpdateSCIMConfiguration

Request body

allowUnverifiedEmailAccountLinkingboolean nullable

allow_unverified_email_account_linking allows SCIM to link provisioned users to existing accounts when the identity provider does not mark the email address as verified

enabledboolean nullable

enabled controls whether SCIM provisioning is active

namestring nullable

name is a human-readable name for the SCIM configuration

scimConfigurationIdstring uuid required

scim_configuration_id is the ID of the SCIM configuration to update

ssoConfigurationIdstring uuid nullable

sso_configuration_id is the SSO configuration to link

Response

Success