FetchAdditionalUserFields
Retrieves tiered metadata fields (T1, T2, T3) for a specific user, typically for profiling or auditing.
Input
| Name | Type | Required | Description |
| UserId | String | True | Unique identifier of the user whose additional fields are being retrieved. |
| IncludeFields | String | False | Comma-separated list of specific user fields to include in the results. Add 1 space after each comma in the list. |
| ExcludeFields | String | False | Comma-separated list of specific user fields to exclude from the results. Add 1 space after each comma in the list. |
Result Set Columns
| Name | Type | Description |
| * | String | Returns all user fields available in the schema, including any requested additional fields and excluding any specified in ExcludeFields. |