Api management v2 users get-authentication-methods-by-authentication-method-id

api management v2 users get-authentication-methods-by-authentication-method-id

This API endpoint when specifying the “default” authentication method returns corrupt data. In other endpoints, the default authentication method just doesn’t return any data. Anyone experiencing this?

@martinw1 welcome to the Auth0 Community. One of our certified Auth0 Community experts will chime in to assist you from here. Hang tight.

Hi @martinw1,

Welcome to the Auth0 Community and sorry for the delayed response!

The GET /api/v2/users/{id}/authentication-methods/{authentication_method_id} endpoint provides detailed information about a user’s additional authentication factors such as Multi-Factor Authentication methods or Passkeys.

This endpoint can be used after Listing the authentication methods associated with a specified user using the GET /api/v2/users/{id}/authentication-methods endpoint, so you can retrieve the specific ids of the authentication_methods array.

I just tested this from my end and it behaves accordingly, so please make sure to insert the correct path parameters.

I hope this helps!
Thanks,
Remus

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.