Skip to main content

Manage groups

Upon successful group creation or clicking the group card on the Groups page, you will be redirected to the Group Details page where you can:

  • View the group details.
  • Copy the group ID.
  • Download the group's data in JSON format.
  • Manage group members.
  • Remove group.

Group details

Add members

To add members, click on Add member.

Depending on the group type, you will be presented with different methods to add members.

  • Off-chain groups with Manual credential and On-chain groups:

    • Add members by pasting one or more member IDs, separated by commas, spaces, or newlines, into the Add member IDs field.

    • Click on the Generate new link button to generate an invite link. Then, copy the invite link and send it to the person you want to invite.

      • Upon visiting the invite link generated by Generate new link, click on Join group to join the group.
      • The invite link will be invalidated once the user successfully joins the group.

      Add members manually step 1

      Add members manually step 2

  • Off-chain groups with Credentials and Multiple credentials:

    • Copy and share the access link to the person you want to invite.

      • Upon visiting the invite link, click on Join group to join the group.
      • The invite link can be reused by other people even after the user successfully joins the group.

      Add members by credentials step 1

      Add members by credentials step 2

The current add member logic is being handled by the Client app.

You can also implement your own add member logic by using the API SDK. For more information, read our API SDK documentation and tutorial!

Remove members

Group administrators can remove group members by:

  • Checking the checkbox to the left of the member ID, then clicking on Remove Selected Members.

Remove members using checkbox

  • Clicking on the option button to the right of the member ID, then clicking on Remove.

Remove members using option