PATCH
Update organization status

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string<uuid>
required

Organization ID

Body

application/json

JSON payload used to update organization status.

Request payload for update organization status.

status
string
required

Current lifecycle or operational status.

Minimum string length: 1
reason
string | null

Operator-provided reason for a lifecycle action.

Maximum string length: 500

Response

Updated organization status

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.