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)
| 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 | // |
no outgoing calls
no test coverage detected