Skip to main content
To configure a Tenant ACL rule, you need a Management API access token with the following scopes:
  • create:network_acls
  • update:network_acls
  • read:network_acls
  • delete:network_acls
You can configure Tenant Access Control List (ACL) rules with the Auth0 .

Available actions

You can view, create, update, and delete Tenant ACL rules with the Management API.

Parameters

For detailed information about Tenant ACL parameters and how to use them, read Reference.
string
required
Describes the purpose or functionality of the rule.Example: Only allow requests originating from the United States
boolean
required
Enables or disables the rule.Example: true
number
required
Numerical value that determines the order in which the rule is evaluated.Example: 1
object
required
Contains the conditions and actions of the rule.

Examples

Toggle monitoring mode for a rule

You can enable monitoring mode for a Tenant ACL rule with the Management API Update access control list endpoint. Add the log property to the rule.action object and set its value to true.