FetchAdditionalUserFields
Retrieves additional user-defined fields (T1, T2, T3) for a specific user.
Input
Name | Type | Description |
UserId | String | The unique identifier of the user for whom additional fields need to be fetched. Typically, this identifier is a globally unique identifier (GUID). |
IncludeFields | String | A comma-separated list specifying the additional user fields to include in the result (for example, 'email, phoneNumber'). |
ExcludeFields | String | A comma-separated list specifying the user fields to exclude from the result. Useful for filtering out unnecessary data (for example, 'passwordHash'. |
Result Set Columns
Name | Type | Description |
* | String | The complete set of fetched user data, including any additional fields specified by the input parameters. |