Replace an existing group.

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 empty members array, and then add the group's members separately using the PATCH method.

Language
Credentials
Header