msgraph-metadata icon indicating copy to clipboard operation
msgraph-metadata copied to clipboard

Unsupported ``$count`` in ``/users/{user-id}/authentication/methods/$count`` path returning 400 http status code

Open timayabi2020 opened this issue 1 year ago • 2 comments

The path /users/{user-id}/authentication/methods/$count does not have an Api reference document here https://learn.microsoft.com/en-us/graph/api/resources/authenticationmethod?view=graph-rest-1.0 and also returns a 400. This should be removed from subsequent Open Api refresh

timayabi2020 avatar Jul 09 '24 16:07 timayabi2020

I've also run into this issue, this is because $count used to exist but no longer does (it was at least available in Microsoft.Graph.Beta 5.56.0)

matt-gribben avatar Aug 06 '24 08:08 matt-gribben

Related to: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2834

5HT2 avatar Jun 29 '25 15:06 5HT2