Skip to main content
PUT
Update Organization

Update Organization

Updates an existing organization. This endpoint requires a valid tenant API key for authentication. While this is an update operation, the name and email fields are required and must be provided in the request body.

Headers

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

Path Parameters

string
required
The unique identifier of the organization to update

Body Parameters

string
required
The updated name of the organization
string
required
The updated email address for the organization
string
The updated street address of the organization
string
The updated city where the organization is located
string
The updated state or province where the organization is located
string
The updated postal code or ZIP code for the organization
string
The updated country where the organization is located
string
The updated contact phone number for the organization
string
The updated 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)

Response

string
The unique identifier for the organization
string
The updated name of the organization
string
The updated email address for the organization
string
The updated street address of the organization
string
The updated city where the organization is located
string
The updated state or province where the organization is located
string
The updated postal code or ZIP code for the organization
string
The updated country where the organization is located
string
The updated contact phone number for the organization
string
The tenant ID that the organization belongs to
string
The updated 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

Error Responses