Deprovisioning via SCIM
Provision and manage user accounts with the Drift SCIM API. SCIM is used by Single Sign-On (SSO) services and identity providers to manage people across a variety of tools, including Drift. It's also possible to write your own apps and scripts using the SCIM API to programmatically manage the members of your workspace.
Please note that the SCIM API and SSO are only available on Drift's paid plans.
Drift supports SCIM 2.0 deprovisioning for the User resource as described here https://tools.ietf.org/html/rfc7644#section-3.6
Send DELETE requests to https://driftapi.com/scim/Users/{userId}
with a user schema as described in User Schema will delete the referenced Drift user per the spec. Note that this is a delete; re-provisioning the same user is not supported.
Further note that we also support PATCH requests with the isActive attribute set to false
as a secondary method of deletion.
Updated over 3 years ago