0

API Type: GET
Endpoint:
https://instance-sandbox.atlassian.net/rest/api/3/user/search?query=piyush.kalra@workingcode.com
 Headers:
Content-Type: application/json

JSON Parse Script

var parsed = JSON.parse(inputs.getresponse);
var accountId = parsed[0].accountId;
outputs.body = accountId;

API to retrieve the Jira user accountId in ServiceNow
Working Code Edited question December 9, 2025
Sorry, you do not have permission to read comments.