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.
Reference for the lofty-cli members command and its subcommands.
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.
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-userUsage: 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 listUsage: 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 getUsage: 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 meUsage: 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