Digging through the godocs, it doesn't look like this library supports retrieving the members of an organization - which is totally fair. The api for retrieving members for an org is undocumented. As such, I know y'all are probably not open to adding support for such an endpoint (I probably wouldn't personally in an OSS project that I ran), but I thought that I might as well ask 😄.
For context, the api route is the same as the Retrieve Org endpoint, with a /members/ suffix (i.e. /api/0/organizations/{org_slug}/members/.
Hi there 👋!
Digging through the godocs, it doesn't look like this library supports retrieving the members of an organization - which is totally fair. The api for retrieving members for an org is undocumented. As such, I know y'all are probably not open to adding support for such an endpoint (I probably wouldn't personally in an OSS project that I ran), but I thought that I might as well ask 😄.
For context, the api route is the same as the
Retrieve Org
endpoint, with a/members/
suffix (i.e./api/0/organizations/{org_slug}/members/
.Cheers!