put https://api.mural.co/enterprise/v1/scim/Groups/
Update a group's information by pushing all attributes (displayName, externalId and members)
Tip
Avoid using this endpoint if the group has thousands of members, as it will return all group members in the response, leading to a large payload and high latency.
For replacing group data, use the
PUT
method with an emptymembers
array, and then add the group's members separately using thePATCH
method.