Skip to main content

Managing Groups

Create and manage user groups within your workspace to organize your users and implement access control.


Viewing Groups

  1. Click Groups in the sidebar.
  2. View your list of groups. For each group, you can see the name and the total number of members.

Group List

The groups table shows:

ColumnDescription
#Row number for reference
NameUnique identifier for the group
MembersLink to manage group memberships

Creating a Group

  1. Click the Create Group button at the top right.
  2. Enter a unique Group Name.
  3. Click Create Group.

Naming Recommendations

  • Use clear, descriptive names (e.g., admins, marketing-team, beta-testers).
  • Avoid using special characters besides hyphens or underscores.

Editing a Group

  1. Locate the group in the list and click the Edit (pencil icon) button.
  2. Update the Group Name if necessary.
  3. Click Update Group.

Managing Members

To manage who belongs to a group:

  1. Click the Manage Members button for the specific group in the list.
  2. To Add Members: Use the search bar to find users by email, then click Add to Group.
  3. To Remove Members: Locate the member in the Current Members list and click Remove.

Deleting a Group

To permanently delete a group:

  1. Locate the group in the main Groups list.
  2. Click the Delete (trash icon) button.
  3. Confirm the deletion in the browser popup.
No Impact on Users

Deleting a group does not delete the users who were in that group. It only removes the group itself and any permission logic associated with that group name in your application.


Next Steps