Ellipsis APIReferencePlatform

List Github Members

List the GitHub org roster (or the account itself for a personal customer) — the universe of author_id values for /sessions and /sessions/search. Members carry their linked Slack identity when a Slack-GitHub link exists, and /slack/members carries the reverse link.

GET
/v1/github/members

List the GitHub org roster (or the account itself for a personal customer) — the universe of author_id values for /sessions and /sessions/search.

Members carry their linked Slack identity when a Slack-GitHub link exists, and /slack/members carries the reverse link.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/github/members"
{  "members": [    {      "avatar_url": "string",      "id": 0,      "login": "string",      "name": "string",      "role": "admin",      "slack": {        "slack_email": "string",        "slack_user_id": "string"      }    }  ]}