제품 개요
Basic Concepts
응용 시나리오
기능 소개
계정 시스템
사용자 정보 및 관계망
메시지 관리
그룹 시스템
Official Account
Audio/Video Call
사용 제한
https://xxxxxx/v4/all_member_push/im_remove_attr?usersig=xxx&identifier=admin&sdkappid=88888888&random=99999999&contenttype=json
Parameter | Description |
https | The request protocol is HTTPS and the request method is POST. |
xxxxxx | Domain name corresponding to the country/region where your SDKAppID is located. China: console.tim.qq.comSingapore: adminapisgp.im.qcloud.comSeoul: adminapikr.im.qcloud.comFrankfurt: adminapiger.im.qcloud.comTokyo: adminapijpn.im.qcloud.comSilicon Valley: adminapiusa.im.qcloud.comJakarta: adminapiidn.im.qcloud.com |
v4/all_member_push/im_remove_attr | Request API |
usersig | |
identifier | The app administration account. |
sdkappid | SDKAppID assigned by the Chat console when an app is created |
random | A random 32-bit unsigned integer |
contenttype | The value is always json. |
{"UserAttrs": [{"To_Account": "xiaojun013","Attrs": ["sex","city"]},{"To_Account": "xiaojun012","Attrs": ["sex","city"]}]}
Field | Type | Required | Description |
To_Account | String | Yes | Target user account |
Attrs | Array | Yes | Tag set. Note that you only need to specify the attribute names here. For more information on the format and meanings of Attrs, see Setting Application Attribute Names. |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0}
Field | Type | Description |
ActionStatus | String | Request result. OK: Successful. FAIL: Failed |
ErrorCode | Integer | Error code |
ErrorInfo | String | Error information |
ErrorCode and ErrorInfo in the response represent the actual error code and error information. For public error codes (60000 to 79999), please see Error Codes.
The following table describes the error codes specific to this API:Error Code | Description |
90001 | Failed to parse the JSON format. Check whether the JSON request meets JSON specifications. |
90009 | The request requires app admin permissions. |
90018 | The number of requested accounts exceeds the limit. |
90033 | Invalid attribute. |
91000 | Internal service error. Try again. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback