Management API
The AuthAction Management API enables backend services and scripts to manage your AuthAction tenant programmatically. Access is secured via Machine-to-Machine (M2M) applications using the OAuth 2.0 client credentials flow.
Available Guides
Section titled “Available Guides”- Accessing the Management API: Set up an M2M application and make authenticated API calls
- API Reference: Full API documentation at authaction.readme.io and how to obtain M2M tokens
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.