patch https://example.com/organization/v1/organizations/
Update Organization
Performs partial update, if a field is specified in the request it will be updated
Custom attributes can be specified in the request body
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
id | String | true | The id of the updated organization |
_name | JSON | false | An object that contains first name and last name |
_description | String | false | |
_headquarters.countryCode | String | false | A 2-letter country code defined in ISO-3166 |
_headquarters.state | String | false | |
_headquarters.city | String | false | |
_headquarters.zipCode | String | false | |
_headquarters.address1 | String | false | |
_headquarters.address2 | String | false | |
<customAttributes1> | <customAttributes1Type> | false | Custom attribute 1 value |
<customAttributesN> | <customAttributesNType> | false | Custom attribute N value |
This API requires ORGANIZATION_UPDATE_ORGANIZATION permission(s).