Skip to content

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.

  • Manage users (list, create, update, delete)
  • Manage roles and permissions
  • Configure tenant settings programmatically
  • Automate administrative tasks
  1. Create an M2M Application in the AuthAction dashboard
  2. Grant it access to the AuthAction Management API
  3. Use the client credentials flow to obtain an access token
  4. Call Management API endpoints with the token in the Authorization header

For the full API reference, see the AuthAction API Documentation.