user/group CRUD operation in Azure AD using SCIM

AmitC 1 Reputation point
2020-09-07T11:16:12.397+00:00

Does Azure AD support creating users/groups using SCIM protocol?

I know it was not supported in till the year 2017 as per the following article but has anything changed since then?
https://social.msdn.microsoft.com/Forums/en-US/bfdf8d61-62d4-4238-b2bb-020e383cf854/does-azure-ad-support-crud-operations-on-users-using-scim?forum=WindowsAzureAD

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,447 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VipulSparsh-MSFT 16,231 Reputation points Microsoft Employee
    2020-09-07T11:37:27.043+00:00

    @AmitC Thanks for reaching out. Azure AD does support CRUD operations using SCIM now.
    You can read more here : https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#step-2-understand-the-azure-ad-scim-implementation
    The above link should give you more insights about how to implement it as well.

    Also do note that the behavior of the Azure AD SCIM implementation was last updated on December 18, 2018

    To see the CRUD examples, jump to : https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#scim-protocol-requests-and-responses
    where you can see following examples :

    23015-scimaad.png

    -----------------------------------------------------------------------------------------------------------------

    If the suggested response helped you resolve your issue, do click on "Mark as Answer" and "Up-Vote" for the answer that helped you for benefit of the community.