users get Presence
GET {{baseUrl}}/users.getPresence?user=<string>
Gets user presence information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user | string | User to get presence info on. Defaults to the authed user. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","presence":"\u003cstring\u003e","auto_away":"\u003cboolean\u003e","connection_count":"\u003cinteger\u003e","last_activity":"\u003cinteger\u003e","manual_away":"\u003cboolean\u003e","online":"\u003cboolean\u003e"}