Hi @benjamin.moore ,
Thank you for posting this topic on the Auth0 Community!
I checked the Delegated Admin Extension and don’t see the “Admin” and the “Is Blocked” columns for some reason. Could you please provide additional context regarding how to bring those two columns to the tool?
Meantime, could you please provide more details regarding what you want to achieve? For example, if you want to find out all the blocked users and mark them as unblocked, you could try exporting the users and filtering the isBlocked = true and changing to False and importing them. This can be done in the Auth0 User Import/Export extension which lets you perform bulk actions and is more scalable.
Lastly there is an option to use Lucene search syntax to filter for blocked users: with the following syntax: blocked:true
Thank you and please let me know if any further queries.