Skip to main content
Update a group’s name, icon, description, or metadata. The GUID and group type cannot be changed after creation. See the Group Class reference for all editable fields.

Update Group

In other words, as a group owner, how can I update the group details? You can update the existing details of the group using the updateGroup() method. Pass a Group object with the updated values.
Available via: SDK | REST API | UI Kits

Parameters

On Success — A Group object containing all details of the updated group:Group Object:
After the successful update of the group, you will receive an instance of Group class containing updated information of the group. For more information on the Group class, please check here.
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

Create Group

Create new public, private, or password-protected groups

Groups Overview

Overview of all group management features