Auth0
Security

Auth0 Connector

Connect to Auth0 identity platform to manage users, connections, and role-based access control.

$pip install "toolsconnector[auth0]"
27
Actions
Security
Category
Free
Apache 2.0

All 27 Actions

Action Description Parameters Returns
assign_permissions ⚠Assign permissions to a useruser_id, permissionsNoneType
assign_roleAssign roles to a useruser_id, role_idsNoneType
block_user ⚠Block a useruser_idAuth0User
create_connection ⚠Create a connectionname, strategy  [enabled_clients]Auth0Connection
create_role ⚠Create a rolename  [description]Auth0Role
create_userCreate a new user in Auth0email, password, connectionAuth0User
delete_connection ⚠Delete a connectionconnection_idNoneType
delete_role ⚠Delete a rolerole_idNoneType
delete_user ⚠Delete a user from Auth0user_idNoneType
get_clientGet a single client by IDclient_iddict
get_connectionGet a connection by IDconnection_idAuth0Connection
get_daily_statsGet daily statsfrom_date, to_datelist
get_logGet a log event by IDlog_iddict
get_roleGet a role by IDrole_idAuth0Role
get_tenant_settingsGet tenant settingsdict
get_userGet a single user by IDuser_idAuth0User
get_user_permissionsGet permissions assigned to a useruser_idlist
list_clientsList clients (applications) in the tenant[limit]list
list_connectionsList connections in the Auth0 tenant[limit]PaginatedList[Auth0Connection]
list_logsList log events[per_page, page, query]list
list_organizationsList organizations in the tenant[limit]list
list_role_usersList users assigned to a rolerole_id  [limit]list
list_rolesList roles in the Auth0 tenant[limit]PaginatedList[Auth0Role]
list_user_rolesList roles assigned to a useruser_idlist
list_usersList users in the Auth0 tenant[search, limit, page]PaginatedList[Auth0User]
unblock_userUnblock a useruser_idAuth0User
update_userUpdate an existing user in Auth0user_id, fieldsAuth0User
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing