tencent cloud

Feedback

Mark Room Members

Last updated: 2024-06-12 11:46:26

    Feature Overview

    App administrators can mark room members through this API.

    API Calling Description

    Sample Request URL

    https://xxxxxx/v4/room_engine_http_srv/mark_room_member?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json

    Request Parameters

    The table below only lists the parameters modified when calling this API. For more details, please refer to RESTful API Overview.
    Parameter
    Description
    xxxxxx
    The reserved domain for the country/region where the SDKAppID is located:
    Singapore :adminapisgp.im.qcloud.com
    v4/room_engine_http_srv/mark_room_member
    Request API
    sdkappid
    The SDKAppID assigned by the Chat console when an app is created
    identifier
    Must be an App administrator account. For more details, please refer to App Administrator.
    usersig
    The Signature generated by the App administrator account. For more details, please refer to Generating UserSig.
    random
    Enter a random 32-bit unsigned integer ranging from 0 to 4294967295
    contenttype
    The request format fixed value is json

    Maximum Calling Frequency

    200 times per second.

    Sample Request Packets

    Basic Form
    {
    "RoomId":"room-test",
    "CommandType":1,
    "MemberList":[
    {
    "Member_Account":"user2",
    "Marks":[1000,1002,1003]
    }
    ]
    }

    Request Packet Field Description

    Field
    Type
    Attribute
    Description
    RoomId
    String
    Mandatory
    Room ID
    CommandType
    String
    Mandatory
    1: Set Labels, 2: Delete Labels
    MemberList
    Array
    Mandatory
    The account list to be set, up to 10 accounts at a time
    Marks
    Array
    Mandatory
    Tag must be a number greater than or equal to 1,000, and each room can only set a maximum of 10 different labels, with no more than 3 tags set at a time

    Sample Response Packets

    Basic Form
    {
    "ErrorCode": 0,
    "ErrorInfo": "",
    "ActionStatus": "OK",
    "RequestId": "Id-ee0a1a5f2c70432f8273a2b279a5fa8f-O-Seq-57703"
    }

    Response Packet Field Description

    Field
    Type
    Description
    ActionStatus
    String
    The result of the request process. OK for success, FAIL for failure.
    ErrorCode
    Integer
    Error code. 0 for success, others for failure.
    ErrorInfo
    String
    Error message
    RequestId
    String
    The unique request ID is returned with each request and required to provide this RequestId when locating issues.

    Error Codes

    Unless a network error occurs (e.g., 502 error), the HTTP status code for this interface will always be 200. The actual error codes and messages are conveyed through ErrorCode and ErrorInfo in the response body. For common error codes (60000 to 79999), see Error Code documentation. The private error codes for this API are as follows:
    Error code
    Description
    100001
    Internal server error, please retry.
    100002
    Invalid parameter, please check the request for correctness based on the error description.
    100004
    Room does not exist, or it once existed but now has been destroyed.
    100005
    Non-room members
    100006
    Insufficient operational permissions
    100009
    Number of tags exceeds the upper limit
    
    
    
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support