Get started with Opsgenie as a user
Learn how to configure your profile, get notifications from Opsgenie and view on-call schedules.
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.
Field Name | Description | Example |
---|---|---|
id | Universally unique identifier of the user as string | id: b9a2fb13-1b76-4b41-be28-eed2c61978fa |
blocked | Boolean flag that shows if a user is blocked due to a subscription update. | blocked: false |
username | Login e-mail of the user as string | username: neo@opsgenie.com |
verified | 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 | Name of the role (no matter default or custom role) as string that is assigned to a user | role: Admin |
fullName | The combination of the name and the surname of a user as string | fullName: "Kadir Türker Gülsoy" |
timezone | Time zone of the user string. You can refer Supported Timezone IDs to see the possible values. | timezone: "America/New_York" |
locale | Locale of the user as string. You can refer Supported Locale IDs to see the possible values. | 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 username of the user as string. | skypeUsername: phoenix |
tag | Tag of the user as string. When a value is specified, users are matched only if at least one of their tags satisfy the given field-value condition. | tag: Financier |
address.country | Country of the user as string | address.country: "United States of America" |
address.state | State (Address) of the user as string | address.state: California |
address.city | City of the user as string | address.city: "San Francisco" |
address.line | Address line of the user as string | address.line: "2166 Foxworthy Ave" |
address.zipCode | ZIP Code of the users' address as string. | address.zipCode: 94016 |
details. | Value of the custom property of the user for the given key. | details.externalState: Created |
Operator | Description |
---|---|
() | Will match more than one character. |
? | Will match just one character. |
Was this helpful?