List Users Presence
documentedReturn presence information for workspace users.
GET /api/v1/users.presenceUser Managementno 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://rocket.chat/api/v1/users.presence?from={{$from}}&ids={{$ids}}" \
-X GET \
-H "X-User-Id: {{$ROCKET_USER_ID}}" \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"