members
Overview
| Name | members |
| Type | Resource |
| Id | github.orgs.members |
Fields
| Name | Datatype |
|---|---|
id | integer |
name | string |
avatar_url | string |
email | string |
events_url | string |
followers_url | string |
following_url | string |
gists_url | string |
gravatar_id | string |
html_url | string |
login | string |
node_id | string |
organizations_url | string |
received_events_url | string |
repos_url | string |
site_admin | boolean |
starred_at | string |
starred_url | string |
subscriptions_url | string |
type | string |
url | string |
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
list_members | SELECT | org | List 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_member | DELETE | org, username | Removing 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_members | EXEC | org | Members of an organization can choose to have their membership publicized or not. |