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

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

Glad to help. We are always here for support.

Thanks gentlemen for the co-operation!