AccountService.writeUserData Method
Writes the user data into the account.
Parameters
- id
-
Type: String
The ID of the account to write the data for.
- key
-
Type: String
The key of the data.
- value
-
Type: String
The value of the data.
- tenantId
-
Type: String
(optional) The ID of the tenant. If not specified, the value will be stored as tenant-agnostic.
Optional: True
Return Value
Type: jQuery.Promise
A promise object that is resolved when the call is complete.