cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to disable a user on the BI Platform using the SDK

Verakso
Participant
0 Kudos
764

Hi

I am trying to figure out a way on how to set the users account in the BI Platform to disabled, using the SDK?

Unfortunately, then I am currently working on an elder 4.1 SP05 so the RestAPI isn't so much of an option yet.

I am trying to do this using VBScript, but JAVA examples is okay - I just haven't figured out in which object that property is.

When I look at the User Plugin, I can see a ton of properties, Name, Email, Locked ect, but nothing that indicates if the account is disabled.

So any hints, insights or link to what ever documentation I must have missed is welcome.

//Thomas

View Entire Topic
former_member182521
Active Contributor

You need to navigate to SI_ALIASES property bag. Below example shows the property bag with/Without an 3rd party user alias.

0 Kudos

hey where can i see this CMC Table structure so that i query accordingly