{% extends "docs/base.html" %} {% block docs_content %}
List users
pearing-cli list-users --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 users.
Usage: pearing-cli list-users [OPTIONS]
Options:
--page <PAGE> Page number (1-based)
--per-page <PER_PAGE> Results per page
-h, --help Print help (see more with '--help')