Modify a group's nameCopy Pageput https://{hostname}/identity-management/v3/user-admin/groups/{groupId}This operation changes a group's name.Path ParamsgroupIdintegerrequiredUnique identifier for each group. To get this value, run the List groups operation.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsIncludes the new groupName you're using to replace the old groupName.groupNamestringrequiredlength between 1 and 50Descriptive label for the group.Response 200The response reflects the modified group.Updated 4 months ago