Microsoft Entra ID
Standards

Enable Scim Api

In brief

The permissions table removes individual inline links and adds a note linking to the Microsoft Graph permissions reference. The listed permissions and descriptions remain the same.

What Entra admins need to know

Use the linked permissions reference for additional details when configuring SCIM API access.

This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

  1. Under API permissions, select Microsoft Graph > Application permissions and grant one or more of the following permissions depending on how you plan to use the SCIM APIs:

    Permission Description
    User.ReadBasic.AllUser.ReadBasic.All Least privileged read-only access to users' basic profile properties. Filtering is limited to properties in the basic profile.
    User.Read.All Read-only access to all user properties supported by the SCIM API.
    User.CreateUser.Create Create users without permission to update existing users.
    User.ReadUpdate.AllUser.ReadUpdate.All Read and update users without permission to create or delete users.
    User.ReadWrite.All Read and write access to users.
    User-Mail.ReadWrite.All Least privileged permission to update emails[type eq "other"].value, which maps to the otherMails user property.
    User-Phone.ReadWrite.All Least privileged permission to update phoneNumbers[type eq "mobile"].value and phoneNumbers[type eq "work"].value, which map to the mobilePhone and businessPhones user properties, respectively.
    User.EnableDisableAccount.All Least privileged permission to update the active SCIM attribute, which maps to the accountEnabled user property.
    Group.Read.All Read-only access to groups.
    Group.CreateGroup.Create Create groups without permission to update existing groups.
    GroupMember.ReadWrite.AllGroupMember.ReadWrite.All Read and update group memberships without permission to update group properties.
    Group.ReadWrite.All Read and write access to groups.
    CustomSecAttributeAssignment.Read.All Read-only access to Custom Security Attributes on users.
    CustomSecAttributeAssignment.ReadWrite.All Read and write access to Custom Security Attributes on users.
    CustomSecAttributeDefinition.Read.All Read access to Custom Security Attributes schema.
    User-LifeCycleInfo.ReadWrite.All Update lifecycle attributes like employeeLeaveDateTime.
  1. Grant Admin consent for all assigned permissions.

Daily Entra.News

Get daily email updates

Get a concise summary of the latest Microsoft Entra updates delivered straight to your inbox.

Loading the secure signup form…