SCIM User Provisioning
Provision and de-provision users in Currents using SCIM v2
Last updated
Provision and de-provision users in Currents using SCIM v2
Last updated
Currents supports to automatically provision and de-provision users.
First, enable SAML2.0 Configuration. Once ready, contact support via in-app chat or email to request SCIM be enabled for your organization.
Once enabled by Currents support, Admins will be able to find the SCIMv2 Endpoint and Authorization Bearer Token on the Manage Team section at https://app.currents.dev.
Currents supports User resource provisioning using SCIM. Group resources are not implemented.
When a user is deactivated, Currents removes the user from the team member list. When a user is activated, they are not added to the team member list in Currents until after they login.
The following provisioning endpoints are supported:
GET Users
List all users belonging to your organization in our system
Search for a specific user using SCIM filtering
GET User
Get a specific user based on id
POST User
Create a new user
PUT User
Update an existing user's active status or display name.
DELETE User
Deactivates the user
We are mantaining a Managed SCIM provisioning settings for popular providers:
Use the settings below to manually configure your SCIMv2 client.
SCIMv2 Base Url
(Different for each org, and available in the Manage Team section of the Currents app)
Auth Method
Authorization Header
Auth Type
Bearer Token
userName
mapping
Mandatory mapped fields
name.givenName
, name.familyName
, emails
, active
Optional non-writable fields
name.formatted
, displayName
In case of an error, please collect the error detials and contactour support for assistance.
Only users with an email address that matches the domains configures in the are supported.