Email APIs
Sets the specified user's email address. Before using this endpoint, you must verify the target domain as the new email address will be considered verified.
The permission to make use of this resource is exposed by the email.set
privilege.
This call invalidates all active sessions.
AccountId
RequiredAn object containing the email address
Everything went fine, nothing to return.
1
2
3
4
5
6
7
curl --request PUT \
--url 'https://api.atlassian.com/users/{account_id}/manage/email' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "vmars@marsinvestigations.com"
}'
Rate this page: