FetchAdditionalUserFields
Pulls extended profile data (T1, T2, T3 fields) for a specific Teams user for reporting or personalization.
Input
| Name | Type | Required | Description |
| UserId | String | True | Unique identifier of the user whose additional information is being requested. Required to scope the data fetch. |
| IncludeFields | String | False | Comma-separated list of specific user fields to include in the result. Example: jobTitle, department, location. |
| ExcludeFields | String | False | Comma-separated list of specific user fields to exclude from the result. Example: mobilePhone, officeLocation. |
Result Set Columns
| Name | Type | Description |
| * | String | Complete set of user data returned by the query, shaped according to the include and exclude filters applied. |