PB Participants
After successfully creating a PB Cycle, the next step would be to begin inviting participants to join. Participants can be invited whilst the Cycle is active.
- The invite process starts with creating a new token using the
createPbCycleInvitationToken
, which can be integrated/added to a hyperlink to share with the participants of a PB Cycle. - Invited participants will be able to accept the invite and join the PB cycle by either creating a new account (for new users) using the
createPersonWithUserAccount
mutation or through the login form (for existing users)signInUser
. - If the invitation token expired you can refreshed it with
refreshAuthToken
.