Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to get all the account details using the saviynt API

adityachadde
New Contributor III
New Contributor III

Hi Team,

We have one requirement in which we need to share the all account details with the target application.

Do we have any Saviynt API which could give us all account details?

Best Regards,

Aditya Chadde

2 REPLIES 2

RakeshMG
Saviynt Employee
Saviynt Employee

Please refer to following document on Saviynt API: https://documenter.getpostman.com/view/20697337/2s935smLj6#0395c3ce-b208-4696-9778-3063ff08f08f

 

Sample:
curl --location -g '{{url}}/ECM/{{path}}/getAccounts' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"accountQuery":"acc.status='\''1'\''",
"advsearchcriteria": {
"status": "ACTIVE",
"name": "svc*",
"accountowner": [
{
"type": "user",
"value": "admin",
"rank": "1"
}
]
}
}'


​Regards

Rakesh M Goudar

KhaoulaD
New Contributor III
New Contributor III

Hello,

You can list all accounts related to an application using saviynt API as following:

KhaoulaD_0-1677685041528.png

Regards,

Khaoula DOUHI