Skip to main content
POST
Create Organization

Create Organization

Creates a new organization within your tenant. This endpoint requires a valid tenant API key for authentication.

Headers

string
required
API key is required. Enter your tenant-specific API key in the format ‘Bearer YOUR-API-KEY’

Body Parameters

string
required
The name of the organization
string
required
The email address for the organization
string
required
The street address of the organization
string
required
The city where the organization is located
string
required
The state or province where the organization is located
string
required
The postal code or ZIP code for the organization
string
required
The country where the organization is located
string
required
The contact phone number for the organization
string
required
The timezone for the organization. Must be one of the supported timezone values: - America/New_York (Eastern Time) - America/Chicago (Central Time) - America/Denver (Mountain Time) - America/Los_Angeles (Pacific Time) - America/Anchorage (Alaska Time) - Pacific/Honolulu (Hawaii Time) - America/Phoenix (Mountain Time - Arizona) - America/Toronto (Eastern Time) - America/Vancouver (Pacific Time) - America/Edmonton (Mountain Time) - America/Winnipeg (Central Time) - America/Halifax (Atlantic Time) - America/St_Johns (Newfoundland Time) - Europe/London (British Time) - Europe/Paris (Central European Time) - Europe/Helsinki (Eastern European Time)
  • Asia/Dubai (Gulf Time) - Asia/Shanghai (China Time) - Asia/Tokyo (Japan Time) - Australia/Sydney (Australian Eastern Time) - Pacific/Auckland (New Zealand Time)
string
Optional external identifier for the organization

Response

string
The unique identifier for the newly created organization
string
The name of the organization
string
The email address for the organization
string
The street address of the organization
string
The city where the organization is located
string
The state or province where the organization is located
string
The postal code or ZIP code for the organization
string
The country where the organization is located
string
The contact phone number for the organization
string
The tenant ID that the organization belongs to
string
The timezone for the organization
string
The timestamp when the organization was created (ISO 8601 format: “2025-06-01T12:34:56Z”)
string
The ID of the user who created the organization

Example Request

Example Response