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: docs/usage/user.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ Add Email Alias
174
174
175
175
To add an email alias for a user, call the [`user.add_email_alias(email)`][add_email_alias] method with the email
176
176
address to add as an email alias for the user. This will allow the user to log in and be collaborated by this email
177
-
in addition to their login email address. The method returns an [`EmailAlias`][email_alias_class] object.
177
+
in addition to their login email address. Not all emails addresses can be added as email aliases. Email addresses whose domains match the domain of the login email address can always be made aliases. Email addresses whose domains differ from the domain of the login email address can be made aliases depending on the Box account configuration. The method returns an [`EmailAlias`][email_alias_class] object.
0 commit comments