Skip to main content
POST
/
api
/
org
/
getScimDisplayInfo
Get SCIM display info
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"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Response

200 - application/json

OK

Response object containing SCIM display information.

azureScimEndpointUrl
string | null

Azure SCIM endpoint URL

Example:

"https://api.rhombussystems.com/scim/v2/azure"

scimEndpointUrl
string | null

SCIM endpoint URL

Example:

"https://api.rhombussystems.com/scim/v2"