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

Read User details and ECP value via API not working

mbh_it
Regular Contributor II
Regular Contributor II

Hello team,

 

I am trying to read ECP value with API getUser

I am getting user details but not ecp value.

The body parameters are below

{
"filtercriteria":{"username":"abcd"},
"responsefields":["username","statuskey","firstname","ecp1"]
}
As per documentation the values should be returned
 
Thanks
Mahesh
10 REPLIES 10

rushikeshvartak
All-Star
All-Star

Values are encrypted and not you can't read them


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

mbh_it
Regular Contributor II
Regular Contributor II

Hi @rushikeshvartak 

First of all, thanks for the response.

I am thinking same however someone from saviynt suggested some steps to solve one problem and in that he mentioned below

mbh_it_0-1714160333221.png

 

Thanks

Mahesh

try capital

{
"filtercriteria":{"username":"137658"},
"showsecurityanswers":"1",
"responsefields":["username","statuskey","firstname","ECP1","ECP3","ECP2","ECP4"]

}

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Can you share documentation link of above screenshot 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

mbh_it
Regular Contributor II
Regular Contributor II

Hi @rushikeshvartak 

I have tried that as well and did not give me ECP value, may be API documentation or some bug?

Thanks

Mahesh

Show me value from analytics that user have value


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

mbh_it
Regular Contributor II
Regular Contributor II

Hi @rushikeshvartak 

Analytics cant read, I uploaded with csv and it stored user value in db with ecp as well , if it did not store it must have given error

mbh_it_0-1714164972390.png

Thanks

 

Select s from (select ecp1 s from users)a


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

mbh_it
Regular Contributor II
Regular Contributor II

Hi @rushikeshvartak 

Thanks for the query. it now selects

This is the value from analytics 

mbh_it_0-1714304334597.png

 

Thanks

Mahesh

 

mbh_it
Regular Contributor II
Regular Contributor II

Hi @rushikeshvartak 

As mentioned earlier, the value is stored in db in ecp field, not sure why it is not working as expected.

Thanks

Mahesh