Update Group
GET {{aws_identtity_and_access_management_base_url}}/?GroupName&NewGroupName&NewPath&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
GroupName | null | Name of the IAM group to update. If you're changing the name of the group, this is the original name. | |
NewGroupName | null | New name for the IAM group. Only include this if changing the group's name. | |
NewPath | null | New path for the IAM group. Only include this if changing the group's path. | |
Version | string | The version of the API. |