Microsoft Entra ID
Standards

Enable Scim Api

In brief

The permissions table now lists granular options for reading, creating, and updating users, plus creating groups and managing group memberships. Existing permission descriptions were also clarified.

What Entra admins need to know

Administrators configuring SCIM can align app consent more closely with the specific user and group operations required.

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.

Permission Description
| [`User.ReadBasic.All`](/graph/permissions-reference#userreadbasicall) | Least privileged read-only access to users' basic profile properties. Filtering is limited to properties in the basic profile. |
| `User.Read.AllAll` | Read-only access to all user properties supported by the SCIM API. |
| [`User.Create`](/graph/permissions-reference#usercreate) | Create users without permission to update existing users. |
| [`User.ReadUpdate.All`](/graph/permissions-reference#userreadupdateall) | 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 that, which maps to the otherMails user propertyproperty. | | User-Phone.ReadWrite.All | Least privileged permission to update phoneNumbers[type eq "mobile"].value and phoneNumbers[type eq "work"].value that, which map to the mobilePhone and businessPhones user properties respectivelyproperties, respectively. | | User.EnableDisableAccount.All | Least privileged permission to update the active SCIM attribute thatattribute, which maps to the accountEnabled user propertyproperty. | | Group.Read.All | Read-only access to groups. | | Group.Create | Create groups without permission to update existing groups. | | GroupMember.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. |

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…