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

Method ListByEmail

internal/auth0/user.go:53–53  ·  view source on GitHub ↗

ListByEmail lists all users by email in all the connections.

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

Source from the content-addressed store, hash-verified

51
52 // ListByEmail lists all users by email in all the connections.
53 ListByEmail(ctx context.Context, email string, opts ...management.RequestOption) (us []*management.User, err error)
54}

Callers 1

searchUsersByEmailCmdFunction · 0.65

Implementers 2

MockUserAPIinternal/auth0/mock/user_mock.go
MockUserAPIMockRecorderinternal/auth0/mock/user_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected