User List

The user list command allows you to get a list of every user.

Usage

flavor user list [OPTIONS]

Options

  • -p, --page <PAGE>: Page number for pagination

  • --json: Returns data as raw JSON

  • --fields <FIELDS>: Fields to output in the table (advanced) [default: id,display-name,cookies] [possible values: id, slack-id, display-name, avatar, project-ids, cookies]

  • -v, --verbose...: Increase logging verbosity

  • -q, --quiet...: Decrease logging verbosity

  • -h, --help: Print help

Examples

Get all users (page 1)

flavor user list

Returns (concatenated)

╭──────┬───────────────────────┬─────────╮
│ ID   ┆ Display Name          ┆ Cookies │
╞══════╪═══════════════════════╪═════════╡
│ 554  ┆ Puneet                ┆ 0       │
├╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┤
│ 76   ┆ alex                  ┆ 0       │
├╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┤
│ 1450 ┆ Lalith Satheesh       ┆ 0       │
├╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┤
│ 2758 ┆ patrickioanc          ┆ 0       │
╰──────┴───────────────────────┴─────────╯
Page 1/57 | Total users: 5647 | Next page: 2

Get a list of users with custom fields

Returns (concatenated)

Get a list of users in json

Returns (concatenated)

Last updated