# users list Aliases: - ls ## Usage ```console coder users list [flags] ``` ## Options ### -c, --column | | | | ------- | --------------------------------------------- | | Type | string-array | | Default | username,email,created_at,status | Columns to display in table output. Available columns: id, username, email, created at, updated at, status. ### -o, --output | | | | ------- | ------------------- | | Type | string | | Default | table | Output format. Available formats: table, json.