🚧 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/integrations/storage/updateOffice365Integration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"office365Settings": {
"driveId": "<string>",
"enabled": true,
"enabledTimestampMs": 123,
"enablingUser": "<string>",
"enablingUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"tenantId": "<string>"
}
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Update Office365 Sharepoint clip storage integration
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/storage/updateOffice365Integration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"office365Settings": {
"driveId": "<string>",
"enabled": true,
"enabledTimestampMs": 123,
"enablingUser": "<string>",
"enablingUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"tenantId": "<string>"
}
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating Office 365 integration settings.
Office 365 integration settings to update
Show child attributes
OK
Response object for updating organization integrations.
Whether an authentication error occurred during update
false
List of GUIDs that failed to update
List of GUIDs that failed to update
List of door names that are assigned to multiple Rhombus locations
List of door names that are assigned to multiple Rhombus locations
Was this page helpful?