Skip to content

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.

  • 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.