Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Usage: lofty-cli members [options] [command]

Manage members

Options:
  -h, --help                    display help for command

Commands:
  get-user [options] <user-id>  Get user by Id
  list [options]                Get team members
  get [options] <account>       Get member by account
  me [options]                  Get current user's info
  help [command]                display help for command

lofty-cli members get-user

Usage: lofty-cli members get-user [options] <user-id>

Get user by Id

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command

lofty-cli members list

Usage: lofty-cli members list [options]

Get team members

Options:
  --group-ids <id>  Group Ids of responded members (array)
  --offset <n>      Start index of the responded members (number)
  --limit <n>       Quantitative limitation of responded members (number)
  --fields <cols>   Comma-separated columns to display
  --json            Output as JSON
  --format <fmt>    Output format: text, json, csv, yaml
  -h, --help        display help for command

lofty-cli members get

Usage: lofty-cli members get [options] <account>

Get member by account

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command

lofty-cli members me

Usage: lofty-cli members me [options]

Get current user's info

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command