Add User Email Address
Create an unverified email address for the specified user in Greenhouse.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
|
User |
|||
|
ID |
Unique identifier of the user.
Note:
Passing a non-existent User ID returns a |
Number | TRUE |
|
|
The email address to add to the Greenhouse user. |
Text | TRUE |
|
Send Verification Email? |
Indicate whether a verification email is sent to the user at the address specified in the Email field:
|
Dropdown | FALSE |
Output
| Field | Definition | Type |
|---|---|---|
|
Response |
||
|
Status Code |
Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:
For a full list of possible status codes, see HTTP status codes. Note:
Status codes returned by this action include the following:
For more information, see HTTP status codes. |
Number |
|
Message |
A detailed response message from the Greenhouse API, depending on the response code for the action:
For more information in addition to the Message output field, see Create user email. |
Text |
- Attempting to assign an email used by another user returns a
409 Conflicterror. - Re-adding an existing unverified email to the same user returns a
409 Conflicterror.