Sign in

Get users by IDs

documented

Return info for the specified users by their IDs.

GET /api/get_users_with_idsUsersno 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://{{CYPHERLEARNING_BASE_URL}}/api/get_users_with_ids?api_key={{CYPHERLEARNING_API_KEY}}&user_ids[]={{$user_id_1}}&user_ids[]={{$user_id_2}}" \
  -X GET \
  -H "Accept: application/json"