v1
latestOpenAPI 3.1.02026-07-24317911.4 MBGet Addresses for User
Path parameters
This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. Then using in path for GET you can set to "~" to use the domain name linked to your token/key instead of the domain name itself when reading for your own domain.
This is the main user extension for the user account. ~ can be used to mean "my account" which will extract the user from the token/key used for authentication.
Query parameters
This is the limit of the number of objects that will be returned in the read/list API call. This can be used with pagination to help retrieve smaller chunks of data. Should be used in conjunction with Start.
Set to "yes" and do not set user in order to show all addresses in domain regardless of user identity. Requires Office Manager or above
Set to "yes" to show only the personal addresses. Default to "no" which would also showing all the domain-level addreses
Response
Example response
[
{
"domain": "example.com",
"user": "1000"
}
]