Skip to main content
Version: v1

POST Update User Email

If a user updates their email address, this method can be used to update the email in Beam’s system.

Authorization

The update user email endpoint takes the server API key.

Authorization: "Api-Key {{Server API Key provided by Beam}}"

Endpoint

POST https://api.beamimpact.com/api/v3/updateUserEmail

Body

{
"partnerUserId": "{{ partnerUserId }}", // String, required
"email": "{{ userEmail }}" // String, required
}

Response

N/A