Search users
documentedReturn users matching provided constraints (attributes).
GET /api/get_users_that_matchUsersno 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://{{$site_domain}}.matrixlms.com/api/get_users_that_match?api_version=1.0&page={{$page}}&first_name={{$first_name}}&last_name={{$last_name}}&email={{$email}}&country={{$country}}&state={{$state}}&userid={{$userid}}&organization_id={{$organization_id}}&archived={{$archived}}&api_key={{CYPHERLEARNING_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"