Read User
Read an Opsgenie user using their username or ID.
Input
Field | Definition | Type | Required |
---|---|---|---|
User ID/Username | User's ID or email address. | String | TRUE |
Skype Username | Skype username of the user. | String | FALSE |
Output
Field | Definition | Type |
---|---|---|
User Info | ||
Blocked |
Indicates if a user is blocked due to a subscription update.
Available values are true and false. |
Boolean |
Verified | Indicates if a user is verified. Available values are true and false. | Boolean |
User ID | Unique identifier of the user. | String |
Username | Email address of the user. | String |
Full Name | Combination of the name and the surname of a user. | String |
Role |
Name of the role assigned to the user. These roles are dynamically generated based on custom roles the user has created.
For example, admin, user or the name of a custom role. |
String |
Time zone | Timezone of the user. If not set, timezone of the customer will be used instead. | String |
Locale | Location information of the user. If not set, locale of the customer is used instead. | String |
Address Line | Address line of the user. | String |
City | Country of the user. | String |
State | State address of the user. | String |
Country | Country of the user. | String |
Zip Code | Zip Code of the user's address. | String |
Details | Set of user defined properties. | String |
Created At |
Date and time when the object was created. |
Date & Time |
Contact Information | Defines contact methods that are available to a user. | Array of Objects |
Custom Details | Set of user defined properties. | Object |
Tags |
List of labels attached to the user. You can label users to differentiate them.
For example, you can add |
Arrays of Strings |