Fetch Current Oncall / Rotated User via API
Fetching current user/oncall
curl --location 'https://api.pagerly.io/pagerly/o/currentusers?teamname=<teamname>' \
--header 'X-APIKEY: <API-KEY>'
Header -> X-APIKEY : Generated API Key
Request param -> teamname -> Your Team's name in Pagerly
Example Request : curl --location 'https://api.pagerly.io/pagerly/o/currentusers?teamname=devops' \
--header 'X-APIKEY: bb04cd53-2ef8-42e0-868b-a8de50884418xxx'
Example Response :
[
{
"name": "mansi",
"email": "[email protected]",
"id": "U04CTTV5Z6G",
"imageurl": null
}
]
Fetching current user/oncall for Jira











Last updated