Open gshpychka opened 3 months ago
Describe the bug The following endpoints are missing in the specification:
GET /me/authentication/requirements GET /users/{id | userPrincipalName}/authentication/requirements
GET /me/authentication/requirements
GET /users/{id | userPrincipalName}/authentication/requirements
They are listed in the documentation here: https://learn.microsoft.com/en-us/graph/api/authentication-get?view=graph-rest-beta&tabs=http
To Reproduce Steps to reproduce the behavior:
/authentication/requirements
Expected behavior The authentication requirements endpoints should be documented
Additional context The Graph API references linked above also does not list the return type for those endpoints, which may be related.
@millicentachieng could anyone from Microsoft take a look / respond in any way?
Describe the bug The following endpoints are missing in the specification:
GET /me/authentication/requirements
GET /users/{id | userPrincipalName}/authentication/requirements
They are listed in the documentation here: https://learn.microsoft.com/en-us/graph/api/authentication-get?view=graph-rest-beta&tabs=http
To Reproduce Steps to reproduce the behavior:
/authentication/requirements
Expected behavior The authentication requirements endpoints should be documented
Additional context The Graph API references linked above also does not list the return type for those endpoints, which may be related.