MCPcopy Create free account
hub / github.com/auth0/auth0-cli / Members

Method Members

internal/auth0/organization.go:40–40  ·  view source on GitHub ↗

Members lists members of an organization. See: https://auth0.com/docs/api/management/v2#!/Organizations/get_members

(ctx context.Context, id string, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

38 //
39 // See: https://auth0.com/docs/api/management/v2#!/Organizations/get_members
40 Members(ctx context.Context, id string, opts ...management.RequestOption) (o *management.OrganizationMemberList, err error)
41
42 // MemberRoles lists roles assigned to a member of an organization
43 //

Callers 1

getOrgMembersMethod · 0.65

Implementers 2

MockOrganizationAPIinternal/auth0/mock/organization_mock.
MockOrganizationAPIMockRecorderinternal/auth0/mock/organization_mock.

Calls

no outgoing calls

Tested by

no test coverage detected