Get users by ids
documentedReturn a list of users for a provided set of user IDs.
POST /api/v4/users/idsUsersno 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://{{$base_url}}/api/v4/users/ids" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"ids": ["{{$id1}}","{{$id2}}"]}'