--- acl_categories: - '@admin' - '@slow' - '@dangerous' arity: 2 categories: - docs - develop - stack - oss - rs - rc - oss - kubernetes - clients command_flags: - admin - noscript - loading - stale complexity: O(N). Where N is the number of configured users. description: Lists all ACL users. group: server hidden: false linkTitle: ACL USERS railroad_diagram: /images/railroad/acl-users.svg since: 6.0.0 summary: Lists all ACL users. syntax_fmt: ACL USERS title: ACL USERS --- The command shows a list of all the usernames of the currently configured users in the Redis ACL system. ## Examples ``` > ACL USERS 1) "anna" 2) "antirez" 3) "default" ``` ## Redis Software and Redis Cloud compatibility | Redis
Software | Redis
Cloud | Notes | |:----------------------|:-----------------|:------| | ✅ Standard
✅ Active-Active | ✅ Standard
✅ Active-Active | Not supported for [scripts]({{}}). | ## Return information {{< multitabs id="acl-users-return-info" tab1="RESP2" tab2="RESP3" >}} [Array reply](../../develop/reference/protocol-spec#arrays): list of existing ACL users. -tab-sep- [Array reply](../../develop/reference/protocol-spec#arrays): list of existing ACL users. {{< /multitabs >}}