users
Add an email address for the authenticated user
This endpoint is accessible with the user scope.
post/user/emails
Request body
Example request
{
"emails": [
"octocat@github.com",
"mona@github.com"
]
}Response
Response
Example response
[
{
"email": "octocat@github.com",
"primary": true,
"verified": true,
"visibility": "public"
}
]