Hello friends, with the migration of opsgenie to Jira, we've had some problems identifying the phone numbers of our users. Is there any way of extracting contacts from opsgenie before it is completely deactivated?
Hi!
You can use the Opsgenie API to pull this data before it gets deactivated. You can list the users with this call - https://docs.opsgenie.com/docs/user-api#list-user
Then, iterate through that list to get each user's contacts with this call - https://docs.opsgenie.com/docs/contact-api#list-contacts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.