Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operations for /users/{user-id} contains links to intune instead of user #657

Open
MartinM85 opened this issue Jul 30, 2024 · 0 comments
Open
Labels

Comments

@MartinM85
Copy link
Contributor

GET, PATCH and DELETE operations for /users/{user-id} path contains weird links to the documentation

https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0
https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0
https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0

Correct ones are
https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0
https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0

It can be confusing for developers who are not familiar with the Graph API.

I know that everything is auto-generated, but some validations would be really useful to avoid such problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant