microsoft-graph-devx-api
microsoft-graph-devx-api copied to clipboard
Permissions that require special licenses.
Is your feature request related to a problem? Please describe.
When calling /permissions?requesturl=/users/&method=GET
to get permissions for /users
endpoint, we get permissions that require special licenses such as Intune.
Returned Permissions
The non-highlighted permissions require an Intune License as described here.
https://github.com/microsoftgraph/microsoft-graph-docs/blob/3f3e6f09c2fbc95727e3fc37d0a68f3d130bdff3/api-reference/v1.0/api/intune-mam-user-list.md#L12-L16
Describe the solution you'd like For all permissions that require special licenses, or special configuration such as Protected APIs as well, data on this, informing the caller, should be included in the payload.
Describe alternatives you've considered
Using Samples data to extract the Tips
information on special requirements.