AAD Job: enhancement title
Budget: $30 – $250 USD
Title is an attribute that exists in Azure Directory and is being used when creating new users. In the event an employee changes position the employee title does not update in Application , until the user signs into Application. We currently have an ACP setting that is turned on and will update user profile with current info from SSO login. Since the title is listed in Azure active directory I am believe there could be a way to update titles when user changes positions even if the user has not had a chance to sign into Archer. To accomplish this we could mimic similar approach as updating user emails in the AAD job.(i can provide AAD script)
Here are the AAD attributes:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users/$entity",
"businessPhones": [
"401-770-5826"
],
"displayName": "++++++, Michael (IT)",
"givenName": "Michael",
"jobTitle": "Mgr,Security Risk Mgt",
"mail": "@c",
"mobilePhone": null,
"officeLocation": "Store Support Center",
"preferredLanguage": null,
"surname": "+++++++",
"userPrincipalName": "++++++.Michael@+++++.com",
"id": "960a2426-295f-41a7-9d25-a4c28dd6293d"
}
Here are the AAD attributes:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users/$entity",
"businessPhones": [
"401-770-5826"
],
"displayName": "++++++, Michael (IT)",
"givenName": "Michael",
"jobTitle": "Mgr,Security Risk Mgt",
"mail": "@c",
"mobilePhone": null,
"officeLocation": "Store Support Center",
"preferredLanguage": null,
"surname": "+++++++",
"userPrincipalName": "++++++.Michael@+++++.com",
"id": "960a2426-295f-41a7-9d25-a4c28dd6293d"
}