We have Azure AD that migrated from Windows AD
we need custom attribute(Column) in user profile as Date, such as Hire Date
is this possible? Any suggestion is appreciable
We have Azure AD that migrated from Windows AD
we need custom attribute(Column) in user profile as Date, such as Hire Date
is this possible? Any suggestion is appreciable
we need custom attribute(Column) in user profile as Date, such as Hire Date
is this possible?
In the Azure Portal, the answer is No.
But you could use directory extensions to extend the schema in Azure Active Directory (Azure AD) with your own attributes from on-premises Active Directory. For the details, you could read Azure AD Connect sync: Directory extensions.
And you could also add an Azure Active Directory (AAD) custom property to the UserContext. For the details, please refer to here.