I am able to use the management user API to find users by email and list users. However when I use the API to get a single user by id, it gives me the following error
{
"statusCode": 404,
"error": "Not Found",
"message": "The user does not exist.",
"errorCode": "inexistent_user"
}
I am using the GET /api/v2/users endpoint and providing the id as /{auth0|xxxxxxxxx}
Can you confirm for me if you can fetch user data here. Due to URL encoding, the "|" sign is changed into "%7C", so the URL would look like {connection}%7C{user_id}.
If you found this post helpful or interesting, please give it a like . Your interaction makes a difference. Have a wonderful day!