Help for REST API call to remove assigned account definition and delete employee records

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

Parents
  • 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.

Reply
  • 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.

Children
No Data