MCPcopy Index your code
hub / github.com/github-tools/github / listMembers

Method listMembers

lib/Organization.js:67–69  ·  view source on GitHub ↗

* List the users who are members of the company * @see https://developer.github.com/v3/orgs/members/#members-list * @param {object} options - filtering options * @param {string} [options.filter=all] - can be either `2fa_disabled` or `all` * @param {string} [options.role=all] - can be

(options, cb)

Source from the content-addressed store, hash-verified

65 * @return {Promise} - the promise for the http request
66 */
67 listMembers(options, cb) {
68 return this._request('GET', `/orgs/${this.__name}/members`, options, cb);
69 }
70
71 /**
72 * List the Teams in the Organization

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected