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

Method MemberRoles

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

MemberRoles lists roles assigned to a member of an organization See: https://auth0.com/docs/api/management/v2#!/Organizations/get_organization_member_roles

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

Source from the content-addressed store, hash-verified

43 //
44 // See: https://auth0.com/docs/api/management/v2#!/Organizations/get_organization_member_roles
45 MemberRoles(ctx context.Context, id string, userID string, opts ...management.RequestOption) (r *management.OrganizationMemberRoleList, err error)
46
47 // Connections retrieves connections enabled for an organization.
48 //

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected