Add

  • POST
  • /user
  • /emails

Add email address to user account

Info
This resource is limited to 10 requests per hour.

Request

REQUIRED SCOPES
MANAGE_EMAILS
POST PARAMETERS
emailrequiredstring
The email address

Response

RESPONSE BODY
urlread-onlystring
API endpoint to GET this object
html_urlread-onlystring
Web URL to view this object in Buddy.works
emailstring
The email address
confirmedboolean
Whether the email address is confirmed

Last modified on Jan 26, 2026

Request example

curl -X POST "https://api.buddy.works/user/emails" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \ -d '{ "email": "john.doe.alt@company.com" }'