Greetings,
As part of an on-boarding process, we would like to automate the steps of importing LDAP users into Unity Connection.
The users are available in Unity to import and the manual steps we do to import a user are: (see Users -> Import Users in Unity)
1) Find End Users In: LDAP Directory
2) Enter the specific alias of the user and then click Find (the alias is returned with the Phone Number and Extension fields completed)
3) Select the appropriate Based on Template
4) Check the box for the specific user identified in the Directory Search Results (there is only the one user to select)
5) Click Import Selected ...and the user is imported.
As some first steps, I've imported the AXLAPI in to SOAPUI to help determine if doing this is even possible. I am able to GET some user information returned, using the function: import/users [/vmrest/import/users], however, I'm not able to POST as there is not enough information to complete the import. I'm missing many of the variables to complete a transaction. It's returning either HTTP Status 400 – Bad Request or HTTP Status 405 – Method Not Allowed messages depending on what is entered in the request.
First, is it even possible to automate this process? Given the quantity of transactions to process, we believe there is value in this.
Next, any suggestions on the proper syntax for a successful SOAP POST or other solutions to automate the process?
We are using Product Version: 12.5.1