Class: GetUserValues

GetUserValues(userId)

Get all the current property values of a given user.

Constructor

new GetUserValues(userId)

Construct the request
Parameters:
Name Type Description
userId string ID of the user properties of which are to be obtained.
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