Assign / Unassign Storage Blocks

Description

Assign email storage bock (5GB each) to an email account.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required Order ID of the Order
email String Required Email Address of the email account to which you want to assign Storage Blocks.
addon String Required Name of the addon (email_storage_5)
quantity Integer Required Number of Storage Blocks to assign to the email account.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/mail/addon/assign.json?auth-userid=0&api-key=key&order-id=0&addon=email_storage_5&quantity=1&email=username@domainname.com

Response

Returns the details of assigned user.