We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Specifying .select(FIELDS_TO_RETURN) should return a specific set of fields on each request to post/get/patch
400 Bad Request the $select field appears twice in the request url
IUserCollectionRequest request = graphServiceClient.users().buildRequest().select(FIELDS_TO_RETURN); return request.post(user);