patch https://example.com/organization/v1/organizations/
Update Organization
Performs partial update, if a field is specified in the request it will be updated
(*)This parameter is mandatory only if its optional parent attribute is defined. Click here for more information.
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
<customAttribute1> | <customAttribute1Type> | false | Regular custom attribute 1 value | |
<customAttributeN> | <customAttributeNType> | false | Regular custom attribute N value | |
_description | string | false | A description, can be up to 5000 characters long | Lorem Ipsum |
_headquarters | object | false | ||
_headquarters.address1 | string | false | An address | 11 Main St. |
_headquarters.address2 | string | false | An address's specifics | Entry B, Apartment 1 |
_headquarters.city | string | false | A city | Boston |
_headquarters.countryCode | string | true(*) | A 2-letter country code defined in ISO-3166 | US |
_headquarters.state | string | false | A state | Massachusetts |
_headquarters.zipCode | string | false | A zipcode | 02101 |
_locale | string | false | Locale in the following format: {language-ISO639}-{countryCode-ISO3166} lowercase. | en-us |
_name | string | false | An organization's name | Example Inc. |
_phone | string | false | An E.164 formatted phone number | +12345678901 |
_timezone | string | false | A java time zone supported by the java runtime environment | Europe/Oslo |
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
id | string | true | Organization ID that needs to be updated | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
This API requires ORGANIZATION_UPDATE_ORGANIZATION permission(s).