createEmailAddress()
Creates an EmailAddress
for the specified user.
- Name
userId
- Type
string
- Description
The ID of the user to create the email address for.
- Name
emailAddress
- Type
string
- Description
The email address to assign to the specified user.
- Name
primary?
- Type
boolean
- Description
Whether or not to set the email address as the user's primary email address. Defaults to
false
, unless it is the first email address.
- Name
verified?
- Type
boolean
- Description
Whether or not the email address is verified.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint POST/email_addresses
. See the BAPI reference for more information.
Feedback
Last updated on