userAttributes in the request body.
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
The user's email address.
An object defining the user's user attributes. Attributes are represented as key/value pairs, where the keys map to the IDs of user attributes (the Reference column in the User attributes page) defined in Omni.
When providing user attributes, note that:
omni_user_timezone is the only supported system attributenumber attribute values must be numbers such as 1, 10, etc.["US","EU"] or [1, 10]To unset attributes:
null values"" - Empty strings for string attributes[] - Empty arrays for multi-value attributes