Skip to main content

social_accounts

Overview

Namesocial_accounts
TypeResource
Idgithub.users.social_accounts

Fields

NameDatatype
providerstring
urlstring

Methods

NameAccessible byRequired ParamsDescription
list_social_accounts_for_authenticated_userSELECTLists all of your social accounts.
list_social_accounts_for_userSELECTusernameLists social media accounts for a user. This endpoint is accessible by anyone.
add_social_account_for_authenticated_userINSERTdata__account_urlsAdd one or more social accounts to the authenticated user's profile. This endpoint is accessible with the user scope.
delete_social_account_for_authenticated_userDELETEdata__account_urlsDeletes one or more social accounts from the authenticated user's profile. This endpoint is accessible with the user scope.