Building an admin portal based on FusionAuth
-
I want to use fusionauth for a SaaS application I’m building. One of my requirements is that I have an admin dashboard for admins to manage their team members, e.g. add/remove users from my application’s dashboard.
Is that something I could build with the fusionauth API, or will my customers have to use the fusionauth dashboard to do that?
-
If you want to add or remove a registration from a user (registrations are how a user is authorized to use an application) you could either allow someone to use the FusionAuth admin screen (possibly with a limited role) or you could use the API to build your own more limited interface.
Here's the API call you would want for this specific use case: https://fusionauth.io/docs/v1/tech/apis/registrations#delete-a-user-registration