ListByEmail lists all users by email in all the connections.
(ctx context.Context, email string, opts ...management.RequestOption)
| 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 | } |
no outgoing calls
no test coverage detected