Update a reseller user
Updates the specified reseller user by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/resellers/{resellerId}/users/{id}
JWT
reseller:user:update
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resellerId* | string | path | |
| id* | string | path | Unique identifier for the reseller user. |
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 |
| string | Email address of the user. | 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. |
Request Example
Responses
200
400
401
403
404
429
500