Get organization helpdesk settings (deprecated)
This endpoint is deprecated. Use GET /helpdesk/organizations/:organizationId/settings instead.
This endpoint was designed to retrieve organization-specific helpdesk settings, but requires an organization ID to function properly. Please use the endpoint with the organization ID in the path parameter.
/helpdesk/organization-settingsAuthorizationOAuth2 access token · headerrequiredapi:readAuthorizationBearer token (JWT) · headerrequiredOrganization helpdesk settings retrieved successfully
emailAccountsobject[]requiredList of email accounts with organization-specific helpdesk settings. Each account shows organization-level overrides and includes effectiveDefaults which shows the final merged settings (organization + workspace defaults). Organization settings override workspace defaults when emails are processed from organization members (or all senders if mode='all').
settingsobjectrequiredOrganization-level helpdesk settings. These settings allow organizations to override workspace defaults for their email routing. Organization settings have higher priority than workspace defaults and can apply to all emails or only emails from organization members.
Organization ID is required
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions