pem.exchange.getMailboxTemplates
This method is supported by Operations starting from version 2.9
This method returns the list of available Mailbox Templates for a specified Service User. These Mailbox Templates can be used in the following ways:
- Creating a Mailbox on the basis of a certain Mailbox Template.
- Changing the Mailbox Template for the existing Mailbox.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Service User ID. Notes: |
The method has the following output parameters:
Name |
Type |
Short Description |
---|---|---|
|
array of string |
The names of the Mailbox Templates. |
Notes:
1. This method can also be called under Reseller permissions.
2. Service User ID is not displayed in Operations control panel. You may use the pem.getUserByLogin or pem.getUsers methods to obtain the ID of the required Service User. Also, you may use the Operations Public API methods, which contain Service User ID(s) in the list of the output parameters.