Create a reseller user
Creates a new reseller user.
POST/v3/resellers/{resellerId}/users
JWT
reseller:user:create
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resellerId* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| firstName* | string | First name of the user. // | min: 1, max: 256 |
| lastName | string | Last name of the user. | min: 0, max: 256 |
| email* | string | Email address of the user. | min: 1, format: email |
| role* | string | Role of the user. | min: 1, max: 256 |
| company | string | Company of the user. | min: 0, max: 256 |
| organizationId | string | Unique identifier for the organization. | min: 0, max: 256 |
| allowCustomerPortalAccess* | boolean | Allow customer portal access. | |
| password* | string | Password of the user. | min: 8, max: 256 |
Request Example
Responses
201
400
401
403
404
409
429
500