Most organization settings endpoints require the caller’s API token to be associated with an Owner or Admin role. Requests from tokens without sufficient privileges return
403 Forbidden.Endpoints
Get Organization
Returns the organization associated with the current API token, including its settings:Update Organization Settings
List Members
Returns all members of the organization with their roles:Invite a Member
Sends an invitation email to a new member:Available Roles
Key Notes
- The
aiProvidersetting determines which model is used for AI translation jobs across the organization. Valid values areanthropic(Claude Sonnet) andopenai(GPT-4o). - The
toneInstructionsfield is passed to the AI engine as a system-level style guide. Describe your brand voice here to ensure consistent AI output across all projects. - Only one member can hold the
ownerrole. Ownership can be transferred but not duplicated.