List Custom User Status
documentedList custom user statuses.
GET /api/v1/custom-user-status.listContent 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://demo.rocket.chat/api/v1/custom-user-status.list?name={{$name}}&_id={{$id}}&count={{$count}}&offset={{$offset}}&sort={{$sort}}" \
-X GET \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-User-Id: {{ROCKET_USER_ID}}" \
-H "Accept: application/json"