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": "8a6c497b-78ee-40e5-b6ce-263d2f625c3a",
"UserGroupId": "e5e4aa25-9b8c-4e64-951a-448e73356d9f"
}
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"
}