Skip to main content
PATCH
Update an organization

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Path Parameters

id
string
required

Organization id, as your product supplied it. Max 100 characters.

Required string length: 1 - 100

Body

application/json

Supply at least one of name or properties.

name
string

New display name. Omit to leave it unchanged.

properties
object

Properties to merge into the stored bag. Keys you omit are left as they are; a key matching one of your organization columns is written to that column too.

Response

The updated organization.

data
object
meta
object

Envelope metadata present on every response.