Multifactor property not available in users get endpoint

Using the Welcome to Auth0 Docs - Auth0 Docs endpont you can add the multifactor field to the list of fields to include in the response. However in the Welcome to Auth0 Docs - Auth0 Docs endpoint including the field returns an error.

It is a very odd behaviour that a more specific endpoint that queries by an index a single element brings less information that the generic one that needs to select many elements by query. Do I have to use a search if I know the user id just because the indexed method does not allow the information I need?

I have seen the Welcome to Auth0 Docs - Auth0 Docs , that brings more information than the multifactor field, but it requires an extra request, and the extra info is not needed.

1 Like

This should be probably a bug. If you add no fields to the method then the multifactor field is included in the response, and the response schema in the API docs includes the field.

1 Like

Hey @david.casillas perhaps suggest it as an improvement here :slight_smile:

1 Like