PUT api/UserRelationship/UpdateUserGroup
将被关注的用户移动到指定分组下。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "8d9ea5ba-5e17-4c1f-b72c-ae77771494a1",
"UserGroupId": "4ac3e84b-4477-4269-bc69-9f8443ec4cdc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
ResultModel
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}