Add

Adds a new email address to the authorized user.

Required scopes: MANAGE_EMAILS

This resource is limited to 10 requests per hour.

Resource URL

POST /user/emails

POST Parameters

NameTypeDescription
email
Required
StringThe user’s email.

Example

Request

POST https://api.buddy.works/user/emails

JSON

{
  "email": "mike.benson@buddy.works"
}

Sample Response

HTTP

Status: 200 OK
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999

JSON

{
  "email": "mike.benson@buddy.works",
  "confirmed": false
}

#

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.