{% extends "docs/base.html" %} {% block docs_content %}
List members of a team
pearing-cli list-members platform --page 1 --per-page 50
Prints a paginated JSON response from the API.
404 Not Found when the referenced resource does not exist.403 Forbidden when owner/repo access checks fail.Common auth errors are documented on the CLI overview page.
List members of a team.
Usage: pearing-cli list-members [OPTIONS] <TEAM_SLUG>
Arguments:
<TEAM_SLUG> Team slug
Options:
--page <PAGE> Page number (1-based)
--per-page <PER_PAGE> Results per page
-h, --help Print help (see more with '--help')