{% extends "docs/base.html" %} {% block docs_content %}

list-users

List users

Auth

Staff

Example

pearing-cli list-users --page 1 --per-page 50

Expected Response

Prints a paginated JSON response from the API.

Errors

Common auth errors are documented on the CLI overview page.

Help Output

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')
{% endblock %}