cells-enterprise admin user search
./cells-enterprise admin user search
List all users or search them by login
Synopsis
DESCRIPTION
List users stored in the Pydio Cells user repository.
EXAMPLES
Search a specific user $ ./cells-enterprise user search --login "user"
List all users (default --login is "*") $ ./cells-enterprise user search
./cells-enterprise admin user search [flags]
Options
-h, --help help for search
-l, --login string Select a user by login (will list all users and groups if empty)
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Nats broker port (default ":4222")
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address
--registry_cluster_routes string Registry cluster routes
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
SEE ALSO
- ./cells-enterprise admin user - Manage users