ユーザーの検索構文
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 | サブスクリプションのアップデートのためにユーザーがブロックされているかどうかを示すブール フラグ。 | blocked: false |
ユーザ名 | ユーザーのログインメール (文字列) | username: neo@opsgenie.com |
検証済 | ユーザーが検証されているかどうかを示すブール フラグ。 | verified: true |
responder | ユーザーが、閲覧者以外の既定のロール、または閲覧者以外の既定のロールから拡張されたカスタム ロールのいずれかを持っているかどうかを示すブール フラグ。 | 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 Timestamp that the user is muted until. There are two options for the format of the value: | muteUntil: 1470394841148 |
createdAt | UTC Timestamp that the user was created at. There are two options for the format of the value: | createdAt: 1470394841148 |
updatedAt | UTC Timestamp that the user was updated last. There are two options for the format of the value: | 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 文字のみに一致します。 |
この内容はお役に立ちましたか?