Skip to content

Commit 40f5541

Browse files
Update user.md
1 parent 0a71d8b commit 40f5541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Add Email Alias
174174

175175
To add an email alias for a user, call the [`user.add_email_alias(email)`][add_email_alias] method with the email
176176
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.
178178

179179
<!-- sample post_users_id_email_aliases -->
180180
```python

0 commit comments

Comments
 (0)