Bosses
May someone please help or teach me how to do REST API for
1. remove assigned account definition for both AD Account and Exchange Mailbox
2. delete IDM employee records
if you have the code, that will save my life,
Thanks Thanks Thanks
Gary
Bosses
May someone please help or teach me how to do REST API for
1. remove assigned account definition for both AD Account and Exchange Mailbox
2. delete IDM employee records
if you have the code, that will save my life,
Thanks Thanks Thanks
Gary
First thing to research is the table which stores the association between the Person Identity and the Account definition, i'd recommend using the Manager administration client with the "View Field Definition" toggle attached to research that, that will show you the table. Then you use the REST API to CRUD that table - effectively removing the account definition that you're interested in, that's the process I would follow.
I assume you took a look at the REST API documentation, that explains the basic usage schemes of the API.