Skip to main content

Unban Users

Unban users of the App. Multiple users can be unbanned at once.

After unbanning, users can re-establish IM connections and use IM services to send and receive messages normally. Upon going online, they will receive offline messages? from the period they were banned. Please note that offline messages are stored for a maximum of 7 days. If the client does not go online within 7 days, the server will discard expired messages.

Request Method

POST: https://data center domain/user/unblock.json

Rate Limit: 100 requests per second

Signature Rule: All server API requests require signature validation. For details, see API Request Signature.

Body Parameters

The HTTP request body data format is application/x-www-form-urlencoded, and supports the following HTTP form parameters:

ParameterTypeRequiredDescription
userIdStringYesUser ID. Supports unbanning multiple users at once, with a maximum of 20 users.

Request Example

POST /user/unblock.json HTTP/1.1
Host: api.rong-api.com
App-Key: uwd1c0sxdlx2
Nonce: 14314
Timestamp: 1408710653491
Signature: 45beb7cc7307889a8e711219a47b7cf6a5b000e8
Content-Type: application/x-www-form-urlencoded

userId=jlk456j5&userId=jlk45211

Response

The HTTP response body contains a JSON object with the following structure:

Return ValueTypeDescription
codeNumberReturn code, 200 indicates success.

Response Example

The HTTP response body contains a JSON object with the following structure:

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"code":200}