If I only wanted specific fields returned in the API response from an endpoint, do I use the “FieldsToReturn” parameter in the request? For example, if I just wanted the UserId and StudentIdNumber from the /users endpoint, how would that look?
Maybe it can’t be done but when calling various endpoints, I want to cut down on the amount of data returned in the call.

