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

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

Changes