Skip to main content

Update an IdP

  • Enables or disables IdP for a specific organization using its unique identifier (Use ToggleSSO Body Example).
  • Change the name of the IdP using its unique identifier (Use RenameIDp Body Example).
PUT/sso/organizations/{organization_id}/

Path parameters

  • organization_idPathstringrequired

    Unique identifier of the organization.

Query parameters

Request body

application/json

object
namestring

New name for the Identity Provider (optional)

exampleidp-new
sso_enabledboolean

Enable or disable SSO for the organization (optional)

exampletrue

Responses

200Organization updated successfully.
object
codeinteger
example200
dataobject
errorsobject
messagestring
exampleSuccess