Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Update Group

POST UpdateGroup

Update specified IAM Group in the caller's namespace or x-emc-namespace header if provided. Not Supported.


Query Parameters

GroupNameThe name of the group to update.
NewGroupNameNew name for the group.
NewPathNew path for the group.

Required Roles

This call has no restrictions.


Request Payload

No Request Payload


Response Body

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

Examples

Request
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>
Response
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>