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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["The content defines JSON query conditions for filtering results based on user account information."],["The JSON representation uses `email`, `userId`, and `phoneNumber` as fields to match against, all of which are represented as strings."],["Only one of `email`, `phoneNumber`, or `userId` should be specified in a single query, and if multiple are provided, only the first in the listed order will be applied."],["The email matching is case insensitive, whereas the userId and phoneNumber matching are not."]]],[]]