You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: library/src/main/java/io/appwrite/services/Teams.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -315,21 +315,21 @@ class Teams : Service {
315
315
*
316
316
* @param teamId Team ID.
317
317
* @param roles Array of strings. Use this param to set the user roles in the team. A role can be any string. Learn more about [roles and permissions](/docs/permissions). Maximum of 100 roles are allowed, each 32 characters long.
318
-
* @param url URL to redirect the user back to your app from the invitation email. Only URLs from hostnames in your project platform list are allowed. This requirement helps to prevent an [open redirect](https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html) attack against your project API.
319
318
* @param email Email of the new team member.
320
319
* @param userId ID of the user to be added to a team.
321
320
* @param phone Phone number. Format this number with a leading '+' and a country code, e.g., +16175551212.
321
+
* @param url URL to redirect the user back to your app from the invitation email. Only URLs from hostnames in your project platform list are allowed. This requirement helps to prevent an [open redirect](https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html) attack against your project API.
322
322
* @param name Name of the new team member. Max length: 128 chars.
0 commit comments