Module "exchange"
Description
Available methods
- void add_full_access_permission
- void change_name
- void change_password
- void create_account
- void delete_account
- array get_by_product
- void remove_full_access_permission
Details
void add_full_access_permission
Add full access permission
Parameters
- string $mailbox
- string $username
void change_name
Change name
Parameters
- int $product_id
- string $firstname
- string $lastname
- string $display_name
- bool $notification_quota
- int $notification_quota_threshold
void change_password
Change password
Parameters
- int $product_id
- string $new_password
void create_account
Update an account method.
This method can be used to create an account
Parameters
- int $product_id
- string $login
- string $domain
- string $tld
- string $password
- string $firstname
- string $lastname
- string $display_name
- bool $notification_quota
- int $notification_quota_threshold
void delete_account
Delete account method.
Resets the product to its original state and clears all data.
Parameters
- int $product_id
array get_by_product
Get by product
Parameters
- int $product_id
Returns
- array $info
void remove_full_access_permission
Remove full access permission
Parameters
- string $mailbox
- string $username