cells 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 admin user search --user "alice"
-
List all users (default --user is "*")
$ ./cells admin user search
-
List users with a pattern
$ ./cells admin user search -u "a*"
| ./cells admin user search [flags]
|
Options
| -h, --help help for search
-l, --limit int Max. number of returned rows, 0 for unlimited (default 100)
-o, --offset int Add an offset to the query when necessary
-u, --user string Select a user by login (list all users and groups if empty)
|
Options inherited from parent commands
| --advertise_address string Default advertise address (default "127.0.0.1")
--broker string Pub/sub service for events between services (default "grpc://:8030")
--config string Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")
--discovery string Registry and pub/sub (default "grpc://:8030")
--grpc_client_timeout string Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
--registry string Registry used to contact services (default "grpc://:8030")
|
SEE ALSO
Auto generated by Pydio Cells Home Edition v4.4.13 on 7-May-2025