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": "026e3d9a-9c21-4d5d-b6bd-b04f2fa6b172",
"UserGroupId": "fbbdf422-e82a-4ff1-b40a-f7d39c9e86cb"
}
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"
}