Skip to main content

Update Group

Use updateGroup() to modify group details. Pass a Group object with the updated values.
On success, returns a Group object with the updated details.
There is no real-time event listener for group updates. To get the latest group information after calling updateGroup(), fetch the group details again using getGroup().

Next Steps

Delete Group

Permanently delete a group

Retrieve Groups

Fetch and filter groups with pagination