1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
appwrite/docs/references/teams/create-team-membership.md

5 lines
786 B
Markdown
Raw Normal View History

2020-02-02 20:49:07 +13:00
Use this endpoint to invite a new member to join your team. An email with a link to join the team will be sent to the new member email address if the member doesn't exist in the project it will be created automatically.
2019-10-08 06:06:55 +13:00
2021-02-10 01:48:31 +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/client/teams#teamsUpdateMembershipStatus) endpoint to allow the user to accept the invitation 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.