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": "83189ba7-021a-467c-a59c-1cc519c32b23", "UserGroupId": "e62fbe3a-4015-4744-a488-dde5dd9b14ec" }
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" }