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.
ActionEndpointRequired scope
View a ruleGet a specific access control list entry for a tenantread:network_acls
View all rulesGet all access control list entries for a tenantread:network_acls
Create a ruleCreate access control listcreate:network_acls
Update a rulePartial update for an access control listupdate:network_acls
Overwrite a ruleUpdate access control listupdate:network_acls
Delete a ruleDelete access control listdelete:network_acls

Parameters

For detailed information about Tenant ACL parameters and how to use them, read Reference.
description
string
required
Describes the purpose or functionality of the rule.Example: Only allow requests originating from the United States
active
boolean
required
Enables or disables the rule.Example: true
priority
number
required
Numerical value that determines the order in which the rule is evaluated.Example: 1
rule
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.