Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bhalliburton's avatar

How do invitation's work?

It seems largely undocumented...

0 likes
3 replies
mdeorue's avatar

When other person/company/etc... want your presence, make an invitation to you. :)

1 like
Cronix's avatar
Cronix
Best Answer
Level 67

It creates an entry in the invitations table, containing the email address of the invited person and creates a token for that user (along with the team_id that the invite was sent from).

It sends an email to that email address with a link to click, which contains that token it stored in the invitations table.

When user clicks the link, it verifies that the token exists, and adds the user to the team that the invitation was for, and then deletes the entry from the invitations table.

Please or to participate in this conversation.