FetchAdditionalUserFields
Retrieves extended metadata fields (T1, T2, and T3) for a specified user, which can include custom attributes defined within the tenant's directory schema.
Input
| Name | Type | Required | Description |
| UserId | String | True | The unique identifier of the user whose additional fields are being requested. Required to target a specific user profile. |
| IncludeFields | String | False | A comma-separated list of specific user profile fields to include in the response. Only the listed fields will be returned (for example, 'field1', 'field2', or 'field3'). |
| ExcludeFields | String | False | A comma-separated list of user profile fields to omit from the response. Used to refine output when all other fields are returned by default (for example, 'field1', 'field2', or 'field3'. |
Result Set Columns
| Name | Type | Description |
| * | String | Represents the full set of user profile data returned based on the specified include and exclude criteria. This is a dynamic result set shaped by the input parameters. |