Update a reseller organization
Updates the specified reseller organization by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/resellers/{resellerId}/organizations/{id}
JWT
reseller:organization:update
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resellerId* | string | path | |
| id* | string | path | Unique identifier for the reseller organization. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name | string | Name of the organization. | min: 1, max: 256 |
| 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
200
400
401
403
404
429
500