How to update user information in Active Directory on the local network

0
Is it possible to update Active Directory User information from Mendix? I found a similar questions below, So I think that Graph API could be used when linking with Azure AD https://forum.mendix.com/link/questions/100437 In this case, I’d like to update User Active Directory which is built on the local network. If there is anyway to make it, Could you show me the methodology?
asked
1 answers
0

Hi Yuu,

The Azure Active Directory is easy to manipulate, as there are loads of well documented REST API's which can be consumed easily. Accessing a local Active Directory is a complete different matter, I have very little knowledge about. I do know that it has it's own LDAP-protocol, for which you can write custom Java code if you are up to it.

Maybe one of these app store modules could give you a head-start: https://docs.mendix.com/appstore/modules/ldap-provisioning-agent and https://appstore.home.mendix.com/link/app/24/

Regards, Johan

answered