🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
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
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"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Was this page helpful?