Sign in

List users

documented

Retrieve a list of users in the workspace. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/people/users/users.html?utm_source=openai))

GET /api/v1/usersUsersno 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://app.activecollab.com/{{$instance_id}}/api/v1/users" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_TOKEN}}"