Hi,
Could someone help me with document / sample API call to invoke a search query from postman.
I have a search query “11d7a51eab4b42248f481145939fb6ae AND operation:ACTIVATE” but i want invoke it through API call
Hi,
Could someone help me with document / sample API call to invoke a search query from postman.
I have a search query “11d7a51eab4b42248f481145939fb6ae AND operation:ACTIVATE” but i want invoke it through API call
Hi Chandra - the search API has a lot of options in the request body - but we can simplify it. You’ll want it to look something like this:
Search API docs: search-post | SailPoint Developer Community
TYPE: POST
URL:
https://[YOUR TENANT HERE].api.identitynow.com/v3
BODY:
{
"query": {
"query": "11d7a51eab4b42248f481145939fb6ae AND operation:ACTIVATE"
}
}
And you’ll need to setup your bearer token in the Authorization tab. The easiest way is to use the Postman collection: Official: IdentityNow Postman Workspace - IdentityNow (IDN) / Show and Tell - SailPoint Developer Community Forum
It would look something like this:
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.