Create a new groupCopy Pagepost https://{hostname}/identity-management/v3/user-admin/groups/{groupId}This operation creates a new group within the specified parent group.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 201Group successfully created.Updated 4 months ago