Constructor
new MergeUsers(targetUserId, sourceUserId, optional)
Construct the request
Parameters:
Name | Type | Description |
---|---|---|
targetUserId |
string | ID of the targer user. |
sourceUserId |
string | ID of the source user. |
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 *targetUserId* should be created if not present in the database. |
- Source:
Methods
bodyParameters() → {Object}
Get body parameters
- Source:
Returns:
The values of body parameters (name of parameter: value of the parameter)
- Type
- Object
queryParameters() → {Object}
Get query parameters
- Source:
Returns:
The values of query parameters (name of parameter: value of the parameter)
- Type
- Object