Skip to content
Start here

Organization Profile

Get organization profile
client.organizations.organizationProfile.get(stringorganizationId, RequestOptionsoptions?): Result { business_address, business_email, business_name, 2 more }
GET/organizations/{organization_id}/profile
Modify organization profile.
client.organizations.organizationProfile.update(stringorganizationId, OrganizationProfileUpdateParams { business_address, business_email, business_name, 2 more } body, RequestOptionsoptions?): void
PUT/organizations/{organization_id}/profile
ModelsExpand Collapse
OrganizationProfile { business_address, business_email, business_name, 2 more }
business_address: string
business_email: string
business_name: string
business_phone: string
external_metadata: string