Update specified IAM Group in the caller's namespace or x-emc-namespace header if provided. Not Supported.
| GroupName | The name of the group to update. |
| NewGroupName | New name for the group. |
| NewPath | New path for the group. |
This call has no restrictions.
No Request Payload
| Field | Description | Type | Notes |
| UpdateGroupResponse | |||
| UpdateGroupResult | |||
| Group | |||
| GroupName | Simple name identifying the Group. | String | |
| Arn | Arn that identifies the Group. | String | |
| GroupId | Unique Id associated with the Group. | String | |
| Path | The path to the IAM Group. | String | |
| CreateDate | ISO 8601 format DateTime when group was created. | String | |
| ResponseMetadata | |||
| RequestId | String |
NOTE: UpdateGroup Action is not supported. POST https://192.168.0.0:4443/iam?Action=UpdateGroup&GroupName=FinanceGroup Accept: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> x-emc-namespace: <namespace>
HTTP/1.1 200 OK
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ErrorResponse xmlns:ns2="none">
<Error>
<Type>Sender</Type>
<Code>NotImplemented</Code>
<Message>UpdateGroup</Message>
</Error>
<RequestId>0af9f5b8:17178fe9282:1e5a2:b</RequestId>
</ns2:ErrorResponse>