Skip to main content
Version: 8.9

Type Alias: UserFilter

type UserFilter = object;

User search filter.

Properties

email?

optional email?: StringFilterProperty;

The email of the user.


name?

optional name?: StringFilterProperty;

The name of the user.


username?

optional username?: StringFilterProperty;

The username of the user.