Create API call to allow ADSync to be called for users
We are looking at creating new users in HelpDesk via the API calls as part of our onboarding processing.
After calling https://[helpdesk-url]/api/CreateUser with just the email and username populated we would like to trigger an ADSync process to populate the new user's details from AD.
I see no way of doing this via the API.
Could this be added as an optional parameter to this method, or as a new method altogether?