Address Book Distribution Lists for Tenant
Tenant Var Code
OK
Sync the distribution list to devices. This is only applicable for tenant distribution lists and for GET endpoint.
A unique string that identifies the distribution list
The name of the address book distribution list
Makes tenant list available also for sub-tenants, valid for tenant distribution lists only.
A date and time that the entry was last modified, read only.
GET /V2/{tenantVarCode}/addressbookdistributionlists HTTP/1.1
Accept: */*
OK
[
{
"SyncToDevices": true,
"ListId": "text",
"ListName": "text",
"AppliesToSubtenants": true,
"LastUpdated": "2026-01-01T00:00:00.000Z",
"Recipients": [
{
"Type": "DeviceList",
"TenantCode": "text",
"ContactId": "text",
"ContactDetailId": "text",
"ListId": "text",
"MessagingAddress": "text",
"Radius": "text",
"ReportingFrequency": "text",
"Interval": "text",
"GroupId": "text"
}
]
}
]Tenant Var Code
A unique string that identifies the distribution list
The name of the address book distribution list
Makes tenant list available also for sub-tenants, valid for tenant distribution lists only.
A date and time that the entry was last modified, read only.
OK
No content
POST /V2/{tenantVarCode}/addressbookdistributionlists HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 325
{
"ListId": "text",
"ListName": "text",
"AppliesToSubtenants": true,
"LastUpdated": "2026-01-01T00:00:00.000Z",
"Recipients": [
{
"Type": "DeviceList",
"TenantCode": "text",
"ContactId": "text",
"ContactDetailId": "text",
"ListId": "text",
"MessagingAddress": "text",
"Radius": "text",
"ReportingFrequency": "text",
"Interval": "text",
"GroupId": "text"
}
]
}OK
No content
Tenant Var Code
List Id
OK
Sync the distribution list to devices. This is only applicable for tenant distribution lists and for GET endpoint.
A unique string that identifies the distribution list
The name of the address book distribution list
Makes tenant list available also for sub-tenants, valid for tenant distribution lists only.
A date and time that the entry was last modified, read only.
GET /V2/{tenantVarCode}/addressbookdistributionlists/{listId} HTTP/1.1
Accept: */*
OK
{
"SyncToDevices": true,
"ListId": "text",
"ListName": "text",
"AppliesToSubtenants": true,
"LastUpdated": "2026-01-01T00:00:00.000Z",
"Recipients": [
{
"Type": "DeviceList",
"TenantCode": "text",
"ContactId": "text",
"ContactDetailId": "text",
"ListId": "text",
"MessagingAddress": "text",
"Radius": "text",
"ReportingFrequency": "text",
"Interval": "text",
"GroupId": "text"
}
]
}Tenant Var Code
List Id
A unique string that identifies the distribution list
The name of the address book distribution list
Makes tenant list available also for sub-tenants, valid for tenant distribution lists only.
A date and time that the entry was last modified, read only.
OK
No content
PUT /V2/{tenantVarCode}/addressbookdistributionlists/{listId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 325
{
"ListId": "text",
"ListName": "text",
"AppliesToSubtenants": true,
"LastUpdated": "2026-01-01T00:00:00.000Z",
"Recipients": [
{
"Type": "DeviceList",
"TenantCode": "text",
"ContactId": "text",
"ContactDetailId": "text",
"ListId": "text",
"MessagingAddress": "text",
"Radius": "text",
"ReportingFrequency": "text",
"Interval": "text",
"GroupId": "text"
}
]
}OK
No content
Tenant Var Code
List Id
OK
No content
DELETE /V2/{tenantVarCode}/addressbookdistributionlists/{listId} HTTP/1.1
Accept: */*
OK
No content
Last updated

