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": [],
"accountOwner": true,
"bypassSaml": true,
"changePasswordOnLogin": true,
"createdAtMillis": 123,
"deleted": true,
"email": "<string>",
"emailCaseSensitive": "<string>",
"emailVerified": true,
"firstName": "<string>",
"lastName": "<string>",
"mfaEnabled": true,
"name": "<string>",
"orgUserCustomizationFlags": {},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"passwordSet": true,
"rhombusUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"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": [],
"accountOwner": true,
"bypassSaml": true,
"changePasswordOnLogin": true,
"createdAtMillis": 123,
"deleted": true,
"email": "<string>",
"emailCaseSensitive": "<string>",
"emailVerified": true,
"firstName": "<string>",
"lastName": "<string>",
"mfaEnabled": true,
"name": "<string>",
"orgUserCustomizationFlags": {},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"passwordSet": true,
"rhombusUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"clientDeviceStatusMap": {},
"error": true,
"errorMsg": "<string>",
"licenseV2Enabled": true,
"locationCount": 3,
"manuallySendLicenseExpirationEmailEnabled": false,
"recentPolicyAlertCount": 5,
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request 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?