Thanks for the reply. I should have provided more context. I am authorized to use the Management API because I was given the Explorer Client ID and Secret, but I do not have access to the Dashboard (not my auth0 account). Using my own auth0 account, I was able to get all attributes including blocked: true/false for “fake” users that I created.
My process for retrieving a list of users is:
- Generate an access_token using the Explorer Client ID and Secret
- Use the token to perform a GET
{auth0_domain}/api/v2/users
I get all attributes for my account, but not the other account