Create a reseller organization
Creates a new reseller organization.
POST/v3/resellers/{resellerId}/organizations
JWT
reseller:organization:create
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resellerId* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the organization. | min: 1, max: 256 |
| email* | string | Notification email of the organization. | min: 1, max: 256, format: email |
| description | string | Description for the organization. | min: 0, max: 256 |
| allowedUsers* | integer | Max number of users the organization is allowed to create. Set to -1 to allow unlimited users. | min: -1, max: 2147483647, format: int32 |
| address | object | ||
| addressLine1 | string | Address line1. | min: 0, max: 256 |
| addressLine2 | string | Address line2. | min: 0, max: 256 |
| city | string | Address city. | min: 0, max: 256 |
| state | string | Address state. | min: 0, max: 256 |
| country | string | Address country. | min: 0, max: 256 |
| postalCode | string | Address postal code. | min: 0, max: 256 |
| resellerId | string | Unique identifier for the reseller. | min: 0, max: 256 |
Request Example
Responses
201
400
401
403
404
409
429
500