GET ./chat/members
Tags: simple-query, pagination
Can be used to retrieve the list of chat room members.
Can be filtered and ordered.
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
crID | int | Required | Room ID |
Output example
{"meta": {"countTotal": "1","countData": "1","countOffset": "0"},"data": [{"cmID": "1191","cmUaID": "156414","cmRole": "2","cmLastSeenCmsgID": null,"cmNotifSuspendedDate": null,"cmJoinDate": "2021-03-02 13:30:44"}]}