List users
documentedRetrieve a list of users in the Teamgate account.
GET /v4/usersUsersno 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.teamgate.com/v4/users?page={{$page}}&limit={{$limit}}&query={{$query}}" \
-X GET \
-H "X-App-Key: {{TEAMGATE_API_KEY}}" \
-H "X-Auth-Token: {{TEAMGATE_SECRET}}" \
-H "Accept: application/json"