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

get-user

Fetch a user by username

Auth

Staff Self

Example

pearing-cli get-user alice

Expected Response

Prints a single JSON object from the API, including activity and activity_updated_at.

Errors

Common auth errors are documented on the CLI overview page.

Help Output

Fetch a user by username.

Usage: pearing-cli get-user <USERNAME>

Arguments:
  <USERNAME>  Username

Options:
  -h, --help  Print help (see more with '--help')
{% endblock %}