API Docs / Operations / Clients / Resolve Email Recipients

Resolve Email Recipients

POST /tenants/{tenant}/clients/{code}/resolve-recipients

Resolves email recipient configuration (contact types, user roles, static emails) to actual email addresses for the specified client. Returns deduplicated list of recipients with names and email addresses.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Request Body*

{
  "contactTypes": [
    "Main"
  ],
  "userTypes": [
    "TaskOwner"
  ],
  "emailAddresses": [
    "string"
  ]
}

Responses

200 OK
401 Unauthorized – Invalid or missing API key
404 Not Found