POST /api/v2/internal/organizations/resolve_by_names

Internal API - For Zendesk services only

Batch resolve organization names to their corresponding IDs for a given account. Returns a structured response containing matched organization names with their IDs and a list of unmatched names.

This endpoint is designed for efficient bulk lookups, avoiding N+1 queries when importing or processing multiple organization references.

Features

Allowed For

Use Cases

Performance Considerations

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
organization_names[] Array Yes

Array of organization names to resolve. Maximum 1,000 names.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.