Replace organization JIT SSO connectors
Replace all enterprise SSO connectors for just-in-time provisioning of users in the organization with the given data.
Path parameters
-
The unique identifier of the organization.
Body Required
-
An array of SSO connector IDs to replace existing SSO connectors.
Minimum length of each is
1
.
PUT /api/organizations/{id}/jit/sso-connectors
curl \
-X PUT https://[tenant_id].logto.app/api/organizations/{id}/jit/sso-connectors \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"ssoConnectorIds":["string"]}'
Request examples
{
"ssoConnectorIds": [
"string"
]
}