Azure User Provisioning CreatedDateTime Attribute mapping

Aditi Kurariya 21 Reputation points
2022-10-31T17:51:39.997+00:00

Does azure supports syncing the CreatedDateTime attribute via SCIM user provisioning ?
If Yes could you please help me with the required mapping that we need to do to sync the Users createdDateTime attribute.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,631 questions
0 comments No comments
{count} votes

Accepted answer
  1. Danny Zollner 9,871 Reputation points Microsoft Employee
    2022-11-01T16:34:46.213+00:00

    This isn't possible today. Our documentation mentions this, although it's not the easiest piece of info to find. In this doc (https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/customize-application-attributes#editing-the-list-of-supported-attributes) we list what systems support customization of attribute schemas. Azure AD is mentioned, and then mentions the criteria for custom attributes - and to refer to this link(https://learn.microsoft.com/en-us/previous-versions/azure/ad/graph/api/entity-and-complex-type-reference#user-entity), which is API documentation for Azure AD Graph API. As the Azure AD Provisioning Service currently uses AAD Graph API to retrieve data from Azure AD, you're limited to a subset of the attributes listed on that documentation, plus directory/schema extensions and the Exchange Online-originated extensionAttribute## attributes. We don't support 100% of the attributes on that AAD Graph User Entity documentation either, but that's the starting point.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. James Hamil 23,216 Reputation points Microsoft Employee
    2022-10-31T20:11:24.95+00:00

    Hi @Aditi Kurariya , according to this document yes, this should be possible. You would have to use the DateTime attribute mapping, and then connect this with the createdDateTime user attribute. The document I linked should adequately cover how to do this. If you're having any blockers please let me know and I can help you!

    If this answer helped you please mark it as "Verified" so other users can reference it.

    Thank you,
    James