Modifies information about 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 |
| NewComments |
string |
No |
The new description. The description can be up to 128 characters in length. |
测试团队 |
| NewDisplayName |
string |
No |
The new display name of the RAM user group. The name can be up to 24 characters in length. |
Test-Team |
| NewGroupName |
string |
No |
The new name of the RAM user group. The name can be up to 64 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). |
Test-Team |
| GroupName |
string |
No |
The name of the RAM user group. |
Dev-Team |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Group |
object |
The information about the RAM user group. |
|
| DisplayName |
string |
The display name of the RAM user group. |
Test-Team |
| GroupId |
string |
The ID of the RAM user group. |
740317625433843**** |
| UpdateDate |
string |
The update time. |
2020-10-20T03:44:27Z |
| GroupName |
string |
The name of the RAM user group. |
Test-Team |
| Comments |
string |
The description. |
测试团队 |
| CreateDate |
string |
The creation time. |
2020-10-19T16:15:17Z |
| RequestId |
string |
The request ID. |
CDA656E3-3CE9-4A03-A8A3-B42A0C3C3287 |
Examples
Success response
JSON format
{
"Group": {
"DisplayName": "Test-Team",
"GroupId": "740317625433843****",
"UpdateDate": "2020-10-20T03:44:27Z",
"GroupName": "Test-Team",
"Comments": "测试团队",
"CreateDate": "2020-10-19T16:15:17Z"
},
"RequestId": "CDA656E3-3CE9-4A03-A8A3-B42A0C3C3287"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.