FetchAdditionalUserFields
Retrieves additional Tier 1, Tier 2, and Tier 3 user fields for enhanced profile data.
Input
| Name | Type | Required | Description |
| UserId | String | True | Unique identifier of the user whose additional fields are being fetched. |
| IncludeFields | String | False | Comma-separated list of user fields to include in the result, such as displayName, mail, jobTitle. |
| ExcludeFields | String | False | Comma-separated list of user fields to exclude from the result, such as mobilePhone, officeLocation. |
Result Set Columns
| Name | Type | Description |
| * | String | Query results including all selected fields from the user object, based on include and exclude parameters. |