curl --request POST \
--url https://{tenant}/admin/sso \
--header 'Admin-Auth: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"DisplayName": "",
"EmailAddress": "name@somewhere.com",
"ForSection": "dashboard",
"GroupID": "",
"GroupsIDs": null,
"OrgID": "588b4f0bb275ff0001cc7471",
"SSOOnlyForRegisteredUsers": false,
"UserNotAllowed": false
}'