Hi there,
I´m creating and updating users on Azure AD using Azure AD driver version 5.1.7. I´m being able to create, modify and delete the user account on Azure, but I´m not being able to configure the manager attribute. I tried to use a value from IDM side that would identify the manager with no success, I then tried to use the Azure AD object ID attribute of the manager as the value to configure the manager attribute with no success either. I have searched the Internet to find what is the value format for manager attribute on Azure AD, but the only document I found, it looks like it is the manager Object ID.
https://learn.microsoft.com/en-us/graph/api/user-post-manager?view=graph-rest-1.0&tabs=http
Another attribute that I´m not being able to configure is the creationType. We are trying to configure Invitation as the value, but it returns an error, and the user is not created. On the customer production environment we can see a user with the value Invitation on the creationType attribute. I believe that to be able to set this value, some other attributes must be configured also, but I did not find anythng regarding this so far.
It just occurred to me one idea. Is it necessary to create the user first and then update it with the manager information?
Any help on these 2 issues will be very helpfull. The manager is the important one.
Thanks.
Gustavo