Skip to main content
POST
Update Slack Integration V2

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

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.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request object for updating Slack integration V2 settings with enhanced user management.

requestUrl
string | null
required

Request URL for Slack OAuth

Example:

"https://slack.com/oauth/v2/authorize?client_id=123&scope=..."

adminRequest
boolean | null

Whether this is an admin request

Example:

true

revokeUserAccessToken
boolean | null

Whether to revoke user access token

Example:

false

rhombusOrgUserUuid
string | null

Rhombus organization user UUID

Example:

"user-uuid-12345"

slackSettingsV2
object
userAssociate
boolean | null

Whether to associate user

Example:

true

userRequest
boolean | null

Whether this is a user request

Example:

false

Response

200 - application/json

OK

Response object for updating organization integrations.

authError
boolean | null

Whether an authentication error occurred during update

Example:

false

error
boolean | null
errorMsg
string | null
failedGuids
(string | null)[] | null

List of GUIDs that failed to update

List of GUIDs that failed to update

misconfiguredDoors
(string | null)[] | null

List of door names that are assigned to multiple Rhombus locations

List of door names that are assigned to multiple Rhombus locations

warningMsg
string | null
Last modified on August 9, 2026