cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Employee by Locked Indicator

marlosdamasceno
Participant
0 Kudos

Hi there,

I am trying to filter employees in a call from odata or webservice. However, this filter must have to be based on the user locked indicator, as the screenshot below:

So the question is, how can I filter an employee based on this field if I do not have it on the employee BO. I tried with LifeStatusCode, but does not work.

I know that the name of that field is UserLockedIndicator from the BO IAMUsrListController. Is it possible to have access to this BO?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

marlosdamasceno
Participant
0 Kudos

To close the question, it is not possible to do what I asked.

former_member186648
Active Contributor
0 Kudos

Yes, it is not possible.

Answers (3)

Answers (3)

former_member186648
Active Contributor
0 Kudos

Hi,

There is a Query on BO: Identity ->Node: UserAccount
But, this is not PSM released.

Thanks, Pradeep.

marlosdamasceno
Participant
0 Kudos

Hi Pradeep,

I could not find this node on this BO.

Best regards

former_member186648
Active Contributor
0 Kudos

Hi,

That's what i meant , the query is not exposed to partners.

Thanks, Pradeep.

marlosdamasceno
Participant
0 Kudos

Ok, thanks Pradeep

sunil1101
Advisor
Advisor
0 Kudos

Hi

You can not use BO IAMUsrListController to query. The setting on screenshot are administrative settings,  accessing such data is not allowed. This indicator only lock the user user, it does not change the lifecycle. You can create similar custom BO but you have to maintain data in custom BO.

You can use 'Identity' BO but to fetch UUID or other detials  of user. Check if this BO helping you to achieve your use case


Regards

Sunil

marlosdamasceno
Participant
0 Kudos

Hi Sunil,

Thanks for your reply. I belive that what I want it is not possible.

Best regards

former_member186648
Active Contributor
0 Kudos

Hi,

BO IAMUsrListController is a controller object, which is only used by application and not exposed for external use, it's PSM status is also not released, there won't by any other object like webservice built on such controller object, so you cannot use this BO.

I doubt if any webservice exposes locked field, may be you will have to check if IDENTITY BO provides such information, or contact application team to check if it is exposed.

You could also have a look at SDK -> Repository explorer -> Inbound service interface to check all the webservice.

Thanks, Pradeep.

marlosdamasceno
Participant
0 Kudos

Hi Pradeep,

Thanks for your reply. I belive that what I want it is not possible.

Best regards