organization

Update current organization

Update the current user's organization details.

RLS: Filtered to current client (ClientRLSDB).

patch/api/v1/org/client

Request body

can_auto_join_by_domainboolean nullable
domainstring nullable
logo_urlstring nullable
members_must_have_matching_domainboolean nullable
namestring nullable
tenancy_type'row' | 'database' | 'none'

Type of tenancy for a client.

Response

Successful Response

can_auto_join_by_domainboolean required
created_atstring date-time required
domainstring nullable
idstring uuid required
logo_urlstring nullable
members_must_have_matching_domainboolean required
namestring required
tenancy_type'row' | 'database' | 'none' required

Type of tenancy for a client.

updated_atstring date-time required

Changes