# `smallforce app access members`

Manage the Google access allowlist

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce app access members --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce app access members list`](/docs/cli/commands/app/access/members/list): List allowed emails
- [`smallforce app access members add`](/docs/cli/commands/app/access/members/add): Allow one Google account email
- [`smallforce app access members remove`](/docs/cli/commands/app/access/members/remove): Remove one Google member

## Complete command help

```text
Usage: smallforce app access members [options] [command]

Manage the Google access allowlist

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

Commands:
  list [options]               List allowed emails
  add [options] <email>        Allow one Google account email
  remove [options] <memberId>  Remove one Google member
  help [command]               display help for command
```

## Related reference

- [`smallforce app access`](/docs/cli/commands/app/access): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
