List account users
documentedRetrieve existing User resources for the Account identified by id.
GET /accounts/{id}/usersAccountsno implementation yet0 runsNo 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://api.copper.co/platform/accounts/{{$account_id}}/users?limit={{$limit}}&page={{$page}}" \
-X GET \
-H "Authorization: ApiKey {{COPPER_API_KEY}}" \
-H "X-Signature: {{X_SIGNATURE}}" \
-H "X-Timestamp: {{TIMESTAMP}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Copper-Account: {{$account_id}}"