Operations for /users/{user-id}
contains links to intune instead of user
#657
Labels
/users/{user-id}
contains links to intune instead of user
#657
GET
,PATCH
andDELETE
operations for/users/{user-id}
path contains weird links to the documentationhttps://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.
The text was updated successfully, but these errors were encountered: