Get Livechat User
documentedGet info for a specific livechat user.
GET /api/v1/livechat/users/{type}/{_id}Omnichannelno 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/livechat/users/{{$type}}/{{$_id}}' \
-X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: {{ROCKET_AUTH_TOKEN}}" \
-H "X-User-Id: {{ROCKET_USER_ID}}"