emails
Overview
Name | emails |
Type | Resource |
Id | github.users.emails |
Fields
Name | Datatype |
---|---|
email | string |
primary | boolean |
verified | boolean |
visibility | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_emails_for_authenticated_user | SELECT | Lists all of your email addresses, and specifies which one is visible to the public. This endpoint is accessible with the user:email scope. | |
add_email_for_authenticated_user | INSERT | This endpoint is accessible with the user scope. | |
delete_email_for_authenticated_user | DELETE | This endpoint is accessible with the user scope. | |
set_primary_email_visibility_for_authenticated_user | EXEC | data__visibility | Sets the visibility for your primary email addresses. |