Management API
The AuthAction Management API allows your backend services and scripts to programmatically manage your AuthAction tenant. Access is secured via Machine-to-Machine (M2M) applications using the OAuth2 client credentials flow.
Available Guides
Section titled “Available Guides”- Accessing the Management API — Set up an M2M application and make authenticated API calls
What You Can Do
Section titled “What You Can Do”- Manage users (list, create, update, delete)
- Manage roles and permissions
- Configure tenant settings programmatically
- Automate administrative tasks
Quick Start
Section titled “Quick Start”- Create an M2M Application in the AuthAction dashboard
- Grant it access to the AuthAction Management API
- Use the client credentials flow to obtain an access token
- Call Management API endpoints with the token in the
Authorizationheader
For the full API reference, see the AuthAction API Documentation.