QueryRoomMembers
https://zim-api.zego.im/
Query whether users are in the specified room. By default, batch queries of up to 10 users are supported. If you need to adjust this, please contact ZEGOCLOUD Technical Support.
Request
Query Parameters
Possible values: [QueryRoomMembers]
API prototype parameter
https://zim-api.zego.im/?Action=QueryRoomMembers
💡Public parameter. Application ID, assigned by ZEGOCLOUD. Get it from the ZEGOCLOUD Admin Console.
💡Public parameter. A 16-character hexadecimal random string (hex encoding of 8-byte random number). Refer to Signature example for how to generate.
💡Public parameter. Current Unix timestamp, in seconds. Refer to Signature example for how to generate, with a maximum error of 10 minutes.
Possible values: [2.0]
Default value: 2.0
💡Public parameter. Signature version number.
💡Public parameter. Signature, used to verify the legitimacy of the request. Refer to Signing the requests for how to generate an API request signature.
Possible values: <= 10
List of user IDs to query. By default, a maximum of 10 user IDs can be queried.
Note
UserId has a maximum length of 32 bytes, RoomID has a maximum length of 128 bytes. Both only support numbers, English characters, and '!', '#', '$', '%', '&', '(', ')', '+', '-', ':', ';', '<', '=', '.', '>', '?', '@', '[', ']', '^', '_', ' ', '{', '}', '|', '~'.
Example: UserId[]=a&UserId[]=b&UserId[]=c&UserId[]=d
Possible values: <= 32 characters
Room ID.
Responses
- 200
- application/json
