Access granted via direct association
Use the Auth0 Dashboard and Management API to audit M2M access for client grants that are directly associated to an organization.To view the application client grants that have been authorized for a specific organization on the Auth0 Dashboard:
- Navigate to Organizations and choose the organization you wish to inspect.
- Select the Machine-to-Machine Access tab. You will get a paginated list of all the applications that can access an API for this organization via direct association.
- Choose an applicationto review the authorized APIs listed for that application.

Access granted to any organization
Use the Auth0 Dashboard and Management API to audit M2M access for applications that have access granted to any organization.- Navigate to Organizations.
- Select the Machine to Machine Access tab. You will get a paginated list of all the applications that can access at least one of the API for an organization.
- Choose an application to review the authorized APIs listed for that application.

Search applications based on organization access
Search results are eventually consistent.
q
parameter on the /clients
endpoint:
Field | Description |
---|---|
client_grant.organization_id:{organization_id} | Use to search for applications that can access at least one of the APIs for an organization. |
client_grant.allow_any_organization:true | Use to search for applications that can access at least one of the APIs for any organization. |
Tenant logs
Machine-to-Machine Access for Organizations is also reflected in tenant logs. You can check theorganization
associated to the request in the corresponding seccft
tenant log.
The following code sample is an example seccft
tenant log with organization information: