Modify a group's nameCopy Pageput https://{hostname}/identity-management/v2/user-admin/groups/{groupId}Change the name of the group.Path ParamsgroupIdintegerrequiredA unique identifier for each group.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 ParamsSpecifies the name for a group.groupNamestringrequiredlength between 1 and 50A group's name.Response 201The response returns the modified group.Updated 4 months ago