organizations

Update current organization details

patch/v1/organizations/current

Request body

namestring

Organization name

logoUrlstring nullable

Organization logo URL

domainsstring[]

Organization domains

allowProfilesOutsideOrganizationboolean

Allow profiles outside organization

Response

Updated organization details

idstring required

Organization ID

workosOrganizationIdstring required

WorkOS Organization ID

slugstring required

Organization slug

namestring required

Organization name

logoUrlstring nullable required

Organization logo URL

domainsstring[] required

Organization domains

statusstring required

Organization status

allowProfilesOutsideOrganizationboolean required

Allow profiles outside organization

enableMinimalRequirementsboolean required

Whether reduced individual verification requirements are enabled

bankPartnerRoutesEnabledboolean required

Whether banking-partner route capabilities are enabled

customerIdstring nullable required

Customer ID for the organization

slackChannelIdstring nullable

Slack channel ID bound to this organization

slackOpsChannelIdstring nullable

Slack channel ID for ops/compliance notifications. Falls back to slackChannelId when not set.

complianceEmailstring nullable

Email address for compliance communications

metadataobject required

Organization metadata

createdAtstring date-time required

Organization creation date

updatedAtstring date-time required

Organization last update date

Example response

{
  "createdAt": "2026-01-15T10:00:00Z",
  "updatedAt": "2026-01-15T10:00:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.