cURL
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 }'
{ "Message": "SSO Nonce created", "Meta": "YTNiOGUzZjctYWZkYi00OTNhLTYwODItZTAzMDI3MjM0OTEw", "Status": "OK" }
The Dashboard exposes the /admin/sso Dashboard API which allows you to generate a temporary authentication token, valid for 60 seconds.
Api key
Additional Permissions updated successfully.
Was this page helpful?