dt user ls
Overview
List all users
Synopsis
dt user ls [OPTIONS]
Options
-
-f,--filter=<filter>
Filter expression, e.g. "name starts_with admin" -
-s,--sort=<sort>
Sort expression: +field for ASC, -field for DESC -
-o,--offset=<offset>
Offset to start showing results (default 0) -
-b,--batch-size=<batch-size>
Retrieve up to batch-size results (default: no limit) -
-j,--json
Output as JSON -
-p,--pretty
Pretty print results
Examples
List all users
dt user ls
Filter users by email domain
dt user ls -f "email ends_with @datatailr.com"
Exclude system users, sort by uid
dt user ls -f "is_system = false" -s +user_id
SEE ALSO
← Back to dt user