Connections
Enable SSO connection
Activate an existing connection for the specified organization. When enabled, users can authenticate using this connection. This endpoint changes the connection state from disabled to enabled without modifying other configuration settings
patch/api/v1/organizations/{organization_id}/connections/{id}:enable
Path parameters
organization_idstring required
Unique identifier of the organization associated with the connection
idstring required
Unique identifier for the connection to be toggled
Response
Connection enabled successfully
Example response
{
"enabled": true,
"error_message": "placeholder"
}