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

Saviynt API : /createrequest to delete application account fails with "User is not found" error

Paul_Meyer
Regular Contributor
Regular Contributor

When creating a request to Delete an application account via the createrequest endpoint, with requesttype as "DELETE", the api call fails with "User is not found" when the associated User exists and is in a Disabled state.

Our requirement/use case is to allow accounts to be disabled or deleted via an /createrequest API endpoint when the Users status is set to Disabled. The User state (Active/Disabled) is set according to the employment status in the authoritative employee data source.

Is there a config setting to allow API calls for Disabled Users?

 

3 REPLIES 3

RakeshMG
Saviynt Employee
Saviynt Employee

Please share the API call which are using.

Request you to refer to following document for API details : https://documenter.getpostman.com/view/20052500/2s93RQUa2t


​Regards

Rakesh M Goudar

Paul_Meyer
Regular Contributor
Regular Contributor

@RakeshMG 

v5.5SP5 : https://documenter.getpostman.com/view/20052500/2s93RQUa7B#56f9f39a-c5e7-4895-be7f-e1d3dd488326

 

URL used: https://hostname/ECM/api/v5/createrequest

Example request for User with Active state set:

image.png

image.png

Example request for same User set as Inactive:

image.png

 

dgandhi
All-Star
All-Star

There doesn't seem to be any setting for inactive users in the API

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.