svc-org-management_other
Enable SSO for organization
post/organizations/{organization_id}/sso-connection
Path parameters
organization_idstring required
Organization ID or label identifier
Organization ID or label
Headers
X-Client-Request-IDstring uuid
Unique request identifier specified by the originating caller and passed along by proxies.
Request body
Response
SSO connection created successfully
Example response
{
"permissions": {
"organizations": {
"read": true,
"update": true
},
"users": {
"read": true,
"list": true
}
}
}