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

NameValue TypeValidationDetails
crIDintRequiredRoom 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"
}
]
}