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}
JWTreseller:organization:update

Path parameters

resellerIdstringrequired
idstringrequired

Unique identifier for the reseller organization.

Request body

namestring

Name of the organization. Any printable characters, including letters from any script, punctuation and emoji. Cannot contain line breaks, tabs, other control characters, invisible formatting characters (zero-width and bidirectional marks), and cannot start or end with whitespace.

Length: [1,256]Pattern: ^(?!\s)(?!.*\s$)[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]+$

emailstring

Notification email of the organization.

Length: [1,256]Format: email

descriptionstring

Description for the organization. Any printable characters and line breaks. Cannot contain control characters other than tab, carriage return and line feed, nor invisible formatting characters (zero-width and bidirectional marks), and cannot start or end with whitespace.

Length: [0,256]Pattern: ^(?!\s)(?![\s\S]*\s$)(?:[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]|[\t\n\r])+$

allowedUsersinteger

Max number of users the organization is allowed to create. Set to -1 to allow unlimited users.

Range: [-1, 2147483647]Format: int32

addressobject
resellerIdstring

Unique identifier for the reseller.

Length: [0,256]

customAttributesarray of object

List of custom attribute name/value pairs.

Response

200 OK

idstringrequired
createdAtstringrequired

Format: date-time

updatedAtstringrequired

Format: date-time

namestringrequired
emailstringrequired
descriptionstringrequired
allowedUsersintegerrequired

Format: int32

addressobjectrequired
organizationAliasstring