UserInfo always return invalid credentials

Hi everyone,

im using Postman for testing auth0 api, and im stuck trying to get the userinfo.

i have this problem… first i retrieve the token using the /oauth/token endpoint

then… im using the token_id for obtain the userinfo but always return invalid credentials

dont know why…or what configuration im missing… help me plis

The endpoint you calling is wrong. Please confirm how you want to search user? Auth0 support these two API to find or search users:
1- user_by_email
2- list_users

2 Likes

thanks man, thats what im looking for! :ok_hand:

2 Likes

Glad to help. We are always here for support.

1 Like

Thanks gentlemen for the co-operation!

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