Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If you no longer need programmatic SCIM access, you can turn off the SCIM Provisioning API to stop all API access and billing.
Sign in to the Microsoft Entra admin center.
In the left navigation, expand ID Governance and select Dashboard.
On the Dashboard page, locate the SCIM Provisioning API tile and select Edit.
In the SCIM Provisioning API pane, select Turn off.
Confirm the action when prompted. After the feature is turned off, all SCIM API calls to the tenant return an error and billing stops.
Verify that the SCIM API is disabled
Use the following steps to validate that the disable operation was successful.
Obtain an app-only access token that previously worked for SCIM API calls.
Send a GET request to any SCIM endpoint. For example, call the user read endpoint:
GET https://microsoftgraph.chinacloudapi.cn/rp/scim/users/{id} Authorization: Bearer {token} Accept: application/jsonConfirm that the API returns HTTP 400 Bad Request.
Confirm that the response includes an error message similar to the following:
No 'scimapiconsumptions' resource found for TenantId: {tenantId}. Please ensure 'SCIM Provisioning API' feature is enabled and only one 'scimapiconsumptions' resource exists.
If you receive this error, the SCIM APIs are now disabled in your tenant.
Next steps
- Enable the SCIM Provisioning API - Learn how to enable the SCIM Provisioning API and set up credentials.
- Microsoft Entra ID SCIM API reference - Learn about the supported SCIM API endpoints, request formats, and constraints.