Skip to main content

members

Overview

Namemembers
TypeResource
Idgithub.orgs.members

Fields

NameDatatype
idinteger
namestring
emailstring
typestring
starred_urlstring
urlstring
following_urlstring
loginstring
subscriptions_urlstring
gists_urlstring
organizations_urlstring
gravatar_idstring
followers_urlstring
received_events_urlstring
avatar_urlstring
html_urlstring
node_idstring
repos_urlstring
starred_atstring
events_urlstring
site_adminboolean

Methods

NameAccessible byRequired ParamsDescription
list_membersSELECTorgList all users who are members of an organization. If the authenticated user is also a member of this organization then both concealed and public members will be returned.
remove_memberDELETEorg, usernameRemoving a user from this list will remove them from all teams and they will no longer have any access to the organization's repositories.
list_public_membersEXECorgMembers of an organization can choose to have their membership publicized or not.