cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data of inactive employees (inactive USER IDs)within Employee Central (PY Cloud)?

Former Member
0 Kudos

Hi all, we have the following scenario. Our client uses EC and Cloud PY and in the termination process the USER IDs of those employees are set of course to inactive but our customer would like to evaluate data from their retired employees (USER ID inactive). Issue : the API we are using is not able to read the data of an inactive user and therefore we are not able to evaluate this data. Any help is highly appreciated, Regards 

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Vanessa,

we are facing the same problem.

Can you please let me know how you managed to find a solution for this issue?

Kr,

Tom

Former Member
0 Kudos

Hi Vanessa,

I believe that you can create a Ad-Hoc report also

npurohit
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vanessa

You can use the odata query and filter on the status field to get the inactive users.

for example: https://salesdemo4.successfactors.com/odata/V2/User/$count?$select=userid&filter=status eq 'inactive'

Best regards,

Naresh