Resolve Email 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
| Name | Type | Description |
|---|---|---|
| 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