🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/org/getScimDisplayInfo \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>'
{ "azureScimEndpointUrl": "https://api.rhombussystems.com/scim/v2/azure", "scimEndpointUrl": "https://api.rhombussystems.com/scim/v2" }
Get SCIM display info for organization
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
OK
Response object containing SCIM display information.
Azure SCIM endpoint URL
"https://api.rhombussystems.com/scim/v2/azure"
SCIM endpoint URL
"https://api.rhombussystems.com/scim/v2"
Was this page helpful?