Constructor
new SetUserValues(userId, values, optional)
Construct the request
Parameters:
Name | Type | Description |
---|---|---|
userId |
string | ID of the user which will be modified. |
values |
Object | The values for the individual properties. { country: 'US', sex: 'F' } |
optional |
Object | Optional parameters given as an object with structure name of the parameter: value - Allowed parameters: - *cascadeCreate* - Type: boolean - Description: Sets whether the user should be created if not present in the database. |
- Source: