PUT groups?ClientId={ClientId}&GroupId={GroupId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
Required |
|
GroupId | globally unique identifier |
Required |
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
GroupName | string |
None. |
|
GroupStatus | integer |
None. |
|
GroupImage | string |
None. |
|
GroupDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "b230457d-28ec-49e9-a8e7-46f1a439e2b3", "GroupName": "sample string 2", "GroupStatus": 3, "GroupImage": "sample string 4", "GroupDescription": "sample string 5" }
application/xml, text/xml
Sample:
<GroupRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>b230457d-28ec-49e9-a8e7-46f1a439e2b3</UserId> <GroupName>sample string 2</GroupName> <GroupStatus>3</GroupStatus> <GroupImage>sample string 4</GroupImage> <GroupDescription>sample string 5</GroupDescription> </GroupRequest>
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
GroupName | string |
None. |
|
GroupStatus | integer |
None. |
|
GroupImage | string |
None. |
|
GroupDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "081afe49-ca95-408c-ade0-f1fb6494e6f1", "GroupName": "sample string 2", "GroupStatus": 3, "GroupImage": "sample string 4", "GroupDescription": "sample string 5" }
application/xml, text/xml
Sample:
<GroupRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>081afe49-ca95-408c-ade0-f1fb6494e6f1</UserId> <GroupName>sample string 2</GroupName> <GroupStatus>3</GroupStatus> <GroupImage>sample string 4</GroupImage> <GroupDescription>sample string 5</GroupDescription> </GroupRequest>