list-users
List users
Auth
Staff
Example
ghit-cli list-users --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 users
Usage: ghit-cli list-users [OPTIONS]
Options:
--page <PAGE> Page number (1-based)
--per-page <PER_PAGE> Results per page
-h, --help Print help