Create a reseller
Creates a new reseller.
POST/v3/resellers
JWT
reseller:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the reseller. | min: 1, max: 256 |
| email* | string | Notification email of the reseller. | min: 1, max: 256, format: email |
| description | string | Description for the reseller. | min: 0, max: 256 |
| allowedUsers* | integer | Max number of users the reseller is allowed to create. Set to -1 to allow unlimited users. | min: -1, max: 2147483647, format: int32 |
| allowedOrganizations* | integer | Max number of organizations the reseller is allowed to create. Set to -1 to allow unlimited organizations. | min: -1, max: 2147483647, format: int32 |
Request Example
Responses
201
400
401
403
409