Update an SSO GroupCopy Pagepatch https://api.controlup.com/v1/organizations/{orgId}/sso-groups/{id}Updates an existing SSO group by its ID.Required permission: Manage SSO accessPath ParamsorgIduuidrequired^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$ID of your ControlUp organization. You can find your organization ID on the API Key Management page in the DEX platform.iduuidrequired^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$ID of the SSO group to update. You can use GET /sso-groups to see the ID of each SSO group.Body ParamsMake all properties in T optionaldisplayNamestringThe display name for the SSO group. This is a friendly name that is used when assigned the SSO group to ControlUp user roles.externalIdstringThe name or ID of the group in your IdP. This must exactly match what your IdP sends in the SAML assertion.Responses 200Ok 400Bad Request 401Unauthorized: Access is denied 403Forbidden: Access to this resource is denied 404Not Found: The requested resource could not be found 500Internal Server ErrorUpdated about 2 months ago Create an SSO groupDelete an SSO groupDid this page help you?YesNo