Is there a way to map the user’ status? My synchronization uses a TEXT connector and I would like to control the status Active/Inactive per user. Is there a mapping available for that?
Thanks,
Is there a way to map the user’ status? My synchronization uses a TEXT connector and I would like to control the status Active/Inactive per user. Is there a mapping available for that?
Thanks,
Hi @ParadimeWeb,
The user activation cannot be controlled in the mappings.
However, you can create a solution that uses the WorkflowGen’s API and activate the user based on the parameter set in the Active Directory:
https://docs.workflowgen.com/v7144/api/html/a35a053d-4ae8-b1f6-d478-734b7e9685aa.htm
Regards,
Eddy.
OK, I understand. We will write a console app that will handle this. Thanks.