Get User accounts based on authority
Fetch User Account details based on its authority
Each user account is associated with an authority, which is the owner of the account. To query the user details associated with an authority, we query the User account’s authority field using the _eq filter. Please note, the User account fields can be handpicked as per your applications requirements.
You can directly copy paste this code on replit and see it in action.
Fetch User Details for an Authority
Last updated
Was this helpful?