Module "exchange"

Description

SOAP WSDL

Available methods

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