patch https://example.com/organization/v1/users/organizations/
Update Organization User
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 |
---|---|---|---|
_name.firstName | String | false | |
_name.lastName | String | false | |
_description | String | false | |
_email | String | false | An email address in the RFC-5322 specification |
_phone | String | false | An E.164 formatted phone number |
_locale | String | false | |
_gender | String | false | Supported values are: MALE, FEMALE, UNDISCLOSED |
_dateOfBirth | LocalDate | false | A UTC date in the ISO-8601 format |
_address.countryCode | String | false | A 2-letter country code defined in ISO-3166 |
_address.state | String | false | |
_address.city | String | false | |
_address.zipCode | String | false | |
_address.address1 | String | false | |
_address.address2 | String | false | |
_mfa.enabled | Boolean | false | |
_mfa.expirationInMinutes | Integer | false | |
_employeeId | String | false | A person's employee ID |
_ownerOrganization.id | UUID | false | |
<customAttributes1> | <customAttributes1Type> | false | Custom attribute 1 value |
<customAttributesN> | <customAttributesNType> | false | Custom attribute N value |