Join Groups
This guide will help you manage Group membership on Lens.
Join a Group
- GraphQL
- React
- TypeScript
Use the joinGroup mutation to join a Group with the logged-in account.
You MUST be authenticated as Account Owner or Account Manager to make this request.
Then, handle the result as explained in the Transaction Lifecycle guide.
Leave a Group
- GraphQL
- React
- TypeScript
Use the leaveGroup mutation to leave a Group with the logged-in account.
You MUST be authenticated as Account Owner or Account Manager to make this request.
Then, handle the result as explained in the Transaction Lifecycle guide.