Skip to main content
PATCH
Update Organization
Merges fields from org into the organization. Ownership fields (userId, agencyId, ID, etc.) cannot be changed.

Example Request

Prefer POST /orgs/{orgId}/agents/{agentId} for agent assignment instead of patching widgetIDs directly.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required
Minimum string length: 1

Body

application/json
org
object
required

Organization fields to merge. Ownership fields (userId, agencyId, ID, ts, type) are ignored.

Response

Successful response

success
boolean
required
message
string
required
data
object