| Endpoint | Supported HTTP methods | Description |
|---|---|---|
| `/serviceproviderconfig` | GET | Fetch configuration details about the Entra ID SCIM implementation, such as supported authentication schemes, available endpoints, and compliance with SCIM protocols. |
| `/resourcetypes` | GET | Retrieve information about the resource types (Users and Groups) supported by Entra ID. |
| `/schemas` | GET | Retrieve detailed information about the schemas supported by Entra ID. |
| `/users` | GET, POST, PATCH, DELETE | Read, create, update, and delete user data in Entra ID. |
| `/groups` | GET, POST, PATCH, DELETE | Read, create, update, and delete group and group membership data in Entra ID. |
The following sections contain examples of API requests and responses currently supported in the Microsoft Entra ID SCIM implementation, along with important notes and constraints to consider in your design.
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",
"urn:ietf:params:scim:schemas:extension:Microsoft:Entra:2.0:User"
],
"id": "97c0abe1-14f7-417b-951c-bc8e2a17f200",
"active": true,
"displayName": "Ellen Reckert",
"name": {
"department": "Human Resources US",
"employeeNumber": "100009",
"manager": {
| Endpoint | Supported HTTP methods | Description |
|---|---|---|
| `/serviceproviderconfig` | GET | Fetch configuration details about the Microsoft Entra ID SCIM implementation, such as supported authentication schemes, available endpoints, and compliance with SCIM protocols. |
| `/resourcetypes` | GET | Retrieve information about the resource types (Users and Groups) supported by Microsoft Entra ID. |
| `/schemas` | GET | Retrieve detailed information about the schemas supported by Microsoft Entra ID. |
| `/users` | GET, POST, PATCH, DELETE | Read, create, update, and delete user data in Microsoft Entra ID. |
| `/groups` | GET, POST, PATCH, DELETE | Read, create, update, and delete group and group membership data in Entra ID. |
The following sections contain examples of API requests and responses currently supported in the Microsoft Entra ID SCIM implementation, along with important notes and constraints to consider in your design.
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",
"urn:ietf:params:scim:schemas:extension:Microsoft:Entra:2.0:User"
],
"id": "d3d3d3d3-eeee-ffff-aaaa-b4b4b4b4b4b4",
"active": true,
"displayName": "Ellen Reckert",
"name": {
"department": "Human Resources US",
"employeeNumber": "100009",
"manager": {