Updating 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 updating for the user resource as described here: https://tools.ietf.org/html/rfc7644#section-3.5
PUT or PATCH requests to https://driftapi.com/scim/Users/{userId} with a user schema as described in User Schema will update the referenced Drift user per the spec.
Updated over 3 years ago