Sign in

List users

documented

Retrieve all users for the account (with optional pagination).

GET /api/v1/external/users/allUsersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.callpage.io/api/v1/external/users/all?offset={{$offset}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: {{CALLPAGE_API_KEY}}"