Provisioning via SCIM
Provision and manage user accounts with the Drift SCIM2.0 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 provisioning for the User resource as described here https://tools.ietf.org/html/rfc7644#section-3.3
POST requests to https://driftapi.com/scim/Users with a user schema as described in User Schema will provision a new Drift user per the spec.
Updated over 3 years ago