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": "1ae573c4-ad0c-499c-a0aa-e5b23493d993",
"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>1ae573c4-ad0c-499c-a0aa-e5b23493d993</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": "52bcbd2a-2edc-414e-bf47-2777a15e94a9",
"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>52bcbd2a-2edc-414e-bf47-2777a15e94a9</UserId> <GroupName>sample string 2</GroupName> <GroupStatus>3</GroupStatus> <GroupImage>sample string 4</GroupImage> <GroupDescription>sample string 5</GroupDescription> </GroupRequest>