Modifies a Resource Access Management (RAM) user group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:UpdateGroup |
update |
*Group
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupName |
string |
No |
The name of the RAM user group. |
Dev-Team |
| NewGroupName |
string |
No |
The new name of the RAM user group. The name must be 1 to 64 characters in length and can contain letters, digits, periods (.), hyphens (-), and underscores (_). |
NewDev-Team |
| NewComments |
string |
No |
The new description of the RAM user group. The new description must be 1 to 128 characters in length. |
NewDev-Team |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Group |
object |
The RAM user group details. |
|
| GroupId |
string |
The ID of the RAM user group. |
g-FpMEHiMysofp**** |
| UpdateDate |
string |
The modification time. |
2015-01-23T12:33:18Z |
| GroupName |
string |
The name of the RAM user group. |
NewDev-Team |
| Comments |
string |
The description. |
NewDev-Team |
| CreateDate |
string |
The creation time. |
2015-01-23T12:33:18Z |
| RequestId |
string |
The request ID. |
EC6647CC-0A36-EC7A-BA72-CC81BF3DE182 |
Examples
Success response
JSON format
{
"Group": {
"GroupId": "g-FpMEHiMysofp****",
"UpdateDate": "2015-01-23T12:33:18Z",
"GroupName": "NewDev-Team",
"Comments": "NewDev-Team",
"CreateDate": "2015-01-23T12:33:18Z"
},
"RequestId": "EC6647CC-0A36-EC7A-BA72-CC81BF3DE182"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.