Hey there, I am building an admin dashboard where I need to have a user that is able to send invitations to, and delete members from, the organization they belong to. I am attempting to create a role and assign it the required permissions from the management API, however I can’t seem to be able to select the Management API when prompted upon assigning permissions to the role.
How can I best use the management api from my application to enable organization based member permissions? Any help is greatly appreciated
A good option would be to add your own backend/middleware to handle the business logic you need and have that service retrieve an access token for the API with scopes for itself through a ClientCredential flow.