Partner Portal

create reseller

Create a reseller

post/v2/distributors/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)

sendWelcomeEmailboolean

Defines whether to send a "Welcome" email to the new reseller or not

externalIdstring

Identifier from an external system, used to reference the reseller in third-party platforms

Example request

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

Response

Successful retrieval of the information.

Changes

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