Partner Portal

create reseller

Create a reseller

post/v1/partners/resellers

Request body

resellerNamestring required

Company name

contactNamestring

Reseller’s contact person

resellerEmailstring email required

Reseller’s partner portal login e-mail

resellerPasswordstring

Password of reseller account

region'US_EST' | 'EU' | 'EU_FRANKFURT' | 'CANADA' | 'ASIA_SIDNEY' | 'ASIA_TOKYO' | 'LONDON' | 'EU_PARIS' | 'AFRICA_CAPE_TOWN' | 'ASIA_MUMBAI' | 'EU_ZURICH' required

Default data center for reseller’s accounts

countryCodestring required

Reseller’s country name from ISO3166-1 alpha-2

waiveSharedMailboxesboolean

Defines whether shared mailboxes of partner’s accounts should be provided free of charge (true) or included in billing (false or not included in the request)

Example request

{
  "resellerName": "Cloudally co",
  "contactName": "John Johnson",
  "resellerEmail": "reseller@cloudally.com",
  "countryCode": "GB",
  "notificationSettings": {
    "reportFreq": "WEEKLY"
  }
}

Response

Successful retrieval of the information.

Changes

No recorded changes to this endpoint across all 1 revision of this API.