ユーザーの検索構文
The key-value syntax, the condition operators and the logical operators of the user search queries are the same as alert search queries. However, available fields to include in the queries differ from the Alerts Search Query Help queries as expected.
フィールド名 | 説明 | 例 |
---|---|---|
ID | 全体で一意のユーザーの識別子 (文字列) | id: b9a2fb13-1b76-4b41-be28-eed2c61978fa |
blocked | Boolean flag that shows if a user is blocked due to a subscription update. | blocked: false |
ユーザ名 | ユーザーのログインメール (文字列) | username: neo@opsgenie.com |
検証済 | Boolean flag that shows if a user is verified. | verified: true |
responder | Boolean flag that shows if a user has either a default role excepting Observer or a custom role that is extended from a default role excepting Observer. | responder: true |
役割 | ユーザーに割り当てられた文字列としてのロールの名前 (既定のロールまたはカスタムロールに関係なく) | role: Admin |
fullName | 文字列でのユーザーの名前と姓の組み合わせ | fullName: "Kadir Türker Gülsoy" |
タイムゾーン | Time zone of the user string. You can refer Supported Timezone IDs to see the possible values. | timezone: "America/New_York" |
locale | 文字列でのユーザーのロケール。可能な値については、サポートされているロケール ID をご確認ください。 | locale: "en_US" |
muteUntil | ユーザーがミュートされるまでの UTC タイムスタンプ。値の形式には次の 2 つのオプションがあります。 | muteUntil: 1470394841148 |
createdAt | ユーザーが作成された UTC タイム スタンプ。値の形式には次の 2 つのオプションがあります。 | createdAt: 1470394841148 |
updatedAt | ユーザーが最後に更新された UTC タイムスタンプ。値の形式には次の 2 つのオプションがあります。 | updatedAt: 1470394841148 |
skypeUsername | 文字列でのユーザーの Skype ユーザー名。 | skypeUsername: phoenix |
タグ | 文字列でのユーザーのタグ。値が指定されると、タグの 1 つ以上が指定されたフィールド値の条件を満たす場合にのみ、ユーザーは照合されます。 | tag: Financier |
address.country | 文字列でのユーザーの国 | address.country: "United States of America" |
address.state | 文字列でのユーザーの州 (住所) | address.state: California |
address.city | 文字列でのユーザーの市区町村 | address.city: "San Francisco" |
address.line | 文字列でのユーザーの住所 | address.line: "2166 Foxworthy Ave" |
address.zipCode | 文字列でのユーザーの住所の郵便番号。 | address.zipCode: 94016 |
details. | 指定されたキーに対するユーザーのカスタム プロパティの値。 | details.externalState: Created |
ワイルドカード
演算子 | 説明 |
---|---|
( ) | 1 つ以上の文字と一致します。 |
? | 1 文字のみに一致します。 |
この内容はお役に立ちましたか?