SqlExpression

Query conditions used to filter results.

JSON representation
{ "email": string, "userId": string, "phoneNumber": string }
Fields
email

string

A case insensitive string that the account's email should match. Only one of email, phoneNumber, or userId should be specified in a SqlExpression. If more than one is specified, only the first (in that order) will be applied.

userId

string

A string that the account's local ID should match. Only one of email, phoneNumber, or userId should be specified in a SqlExpression If more than one is specified, only the first (in that order) will be applied.

phoneNumber

string

A string that the account's phone number should match. Only one of email, phoneNumber, or userId should be specified in a SqlExpression. If more than one is specified, only the first (in that order) will be applied.