list-members
List members of a team
Auth
Authenticated Owner Scope
Example
ghit-cli list-members platform --page 1 --per-page 50
Expected Response
Prints a paginated JSON response from the API.
Errors
404 Not Foundwhen the referenced resource does not exist.403 Forbiddenwhen owner/repo access checks fail.
Common auth errors are documented on the CLI overview page.
Help Output
List members of a team
Usage: ghit-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