🚧 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/partner/getClientSummaryInfo \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"clientOrgUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"accountOwner": {
"accessibleRhombusApps": [
"PARTNER"
],
"accountOwner": true,
"bypassSaml": true,
"changePasswordOnLogin": true,
"createdAtMillis": 123,
"deleted": true,
"email": "<string>",
"emailCaseSensitive": "<string>",
"emailVerified": true,
"firstName": "<string>",
"lastName": "<string>",
"mfaEnabled": true,
"mfaTokenType": "EMAIL",
"name": "<string>",
"orgUserCustomizationFlags": {},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"passwordSet": true,
"rhombusUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"status": "JOINED",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"clientDeviceStatusMap": {},
"error": true,
"errorMsg": "<string>",
"licenseV2Enabled": true,
"locationCount": 3,
"manuallySendLicenseExpirationEmailEnabled": false,
"recentPolicyAlertCount": 5,
"warningMsg": "<string>"
}Get information about a client
curl --request POST \
--url https://api2.rhombussystems.com/api/partner/getClientSummaryInfo \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"clientOrgUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"accountOwner": {
"accessibleRhombusApps": [
"PARTNER"
],
"accountOwner": true,
"bypassSaml": true,
"changePasswordOnLogin": true,
"createdAtMillis": 123,
"deleted": true,
"email": "<string>",
"emailCaseSensitive": "<string>",
"emailVerified": true,
"firstName": "<string>",
"lastName": "<string>",
"mfaEnabled": true,
"mfaTokenType": "EMAIL",
"name": "<string>",
"orgUserCustomizationFlags": {},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"passwordSet": true,
"rhombusUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"status": "JOINED",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"clientDeviceStatusMap": {},
"error": true,
"errorMsg": "<string>",
"licenseV2Enabled": true,
"locationCount": 3,
"manuallySendLicenseExpirationEmailEnabled": false,
"recentPolicyAlertCount": 5,
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("partner-api-token").
17Request object for getting client summary information.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response object containing client summary information including account owner, device status, and settings.
List of users in the organization
Show child attributes
Map of device types to their connection status counts
Show child attributes
Whether license V2 is enabled for the client
true
Number of locations for the client
3
Whether manual license expiration email sending is enabled
false
Number of recent policy alerts
5
Was this page helpful?