SqlExpression

用於篩選結果的查詢條件。

JSON 表示法
{
  "email": string,
  "userId": string,
  "phoneNumber": string
}
欄位
email

string

不區分大小寫的字串,帳戶的電子郵件必須與此相符。SqlExpression 中只能指定 emailphoneNumberuserId 其中一個。如果指定多個,系統只會套用第一個 (依順序)。

userId

string

帳戶的本機 ID 應相符的字串。SqlExpression 中應只指定 emailphoneNumberuserId 其中一個,如果指定多個,系統只會套用第一個 (依序)。

phoneNumber

string

帳戶的電話號碼應與此字串相符。SqlExpression 中只能指定 emailphoneNumberuserId 其中一個。如果指定多個,系統只會套用第一個 (依順序)。