microsoft-graph-devx-api
microsoft-graph-devx-api copied to clipboard
Missing select options
Using the following string "https://graph.microsoft.com/v1.0/users/48d31887-5fad-4d73-a9f5-3c356e68a038/directReports?$select="
I get only two auto complete options for select but there really should be more. This is likely an issue with openapi where we think this is just a directory object but really should have User type.
@darrelmiller what other options should the OpenAPI have for $select. at the moment it only has id and DeletedDateTime. - in: query name: $select description: Select properties to be returned type: array items: enum: - id - deletedDateTime type: string - in: query