Update a primary email address
PUT /api/0/users/{user_id}/emails/
Update a primary email address
Path Parameters
user_id
(string)REQUIREDThe ID of the user the resource belongs to.
Body Parameters
email
(string)REQUIREDThe email address to add/remove.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:
Copied
curl https://sentry.io/api/0/users/{user_id}/emails/ \ -H 'Authorization: Bearer <auth_token>' \ -X PUT \ -H 'Content-Type: application/json' \ -d '{}'
RESPONSESCHEMA
Copied.