Update a primary email address

PUT /api/0/users/{user_id}/emails/

Update a primary email address

Path Parameters

user_id (string)
REQUIRED

The ID of the user the resource belongs to.

Body Parameters

email (string)
REQUIRED

The email address to add/remove.

Scopes

<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
    .