curl --request POST \
--url https://{tenant}/admin/sso \
--header 'Admin-Auth: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"DisplayName": "<string>",
"EmailAddress": "<string>",
"ForSection": "<string>",
"GroupID": "<string>",
"GroupsIDs": [
"<string>"
],
"OrgID": "<string>",
"SSOOnlyForRegisteredUsers": true,
"UserNotAllowed": true
}
'