External user properties
Overview
The external properties of the user are represented in the 'ext' field of the entity user.
Options that are not used by the server in system processes but can be used by applications, scripts, and product layer microservices are placed there.
Requests
HTTP verb | Endpoint | Description |
---|---|---|
|
|
|
|
|
|
|
|
For all requests:
Domain Type: any
Retrieving external user properties
Returns the contents of the 'ext' field of the user account, excluding the 'ct' and 'lwt'.
The contents are arbitrary.
Replacing external user properties
Completely replaces the contents of the 'ext' field of the user account.
The transferred content replaces the previous value in its entirety.
The value 'null' is not retained.
The 'ct' and 'lwt' keys are filtered out.
Changing external user properties
Sets the contents of the 'ext' field of the user account.
The transferred content is merged with the previous value.
To add a value on a particular key, it is sufficient to pass only one of those keys in the content.
Key deletion is available by passing the value 'null' on the object key.
The 'ct' and 'lwt' keys are filtered out.