We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@millicentachieng could anyone from Microsoft take a look / respond in any way?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: