POST/users/{userId}/alias-emails/{email}
Adds a member's email aliases. You can add up to 10 email aliases.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
user
directory
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| string | Email alias required maxLength : 90 example : alias@example.com |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| aliasEmails | array (string) | List of email aliases |
example
1{2 "aliasEmails": [3 "alias@example.com",4 "alias1@example.com"5 ]6}Bad Request
Not Found