1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00
appwrite/docs/references/teams/create-team-membership.md

5 lines
753 B
Markdown
Raw Normal View History

2019-10-08 06:06:55 +13:00
Use this endpoint to invite a new member to your team. An email with a link to join the team will be sent to the new member email address. If member doesn't exists in the project it will be automatically created.
2020-01-23 12:32:10 +13:00
Use the 'url' parameter to redirect the user from the invitation email back to your app. When the user is redirected, use the [Update Team Membership Status](/docs/teams#updateTeamMembershipStatus) endpoint to finally join the user to the team.
2019-10-08 06:06:55 +13:00
2020-01-12 13:19:28 +13:00
Please note that in order to avoid a [Redirect Attacks](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md) the only valid redirect URL's are the once from domains you have set when added your platforms in the console interface.