User Provisioning with SCIM 2.0
The System for Cross-domain Identity Management (SCIM) specification is designed to make managing user identities in cloud-based applications and services easier. Its intent is to reduce the cost and complexity of user management operations by providing a common user schema and extension model, as well as binding documents to provide patterns for exchanging this schema using standard protocols.
Manage Team members in Spreadly
SCIM is used by Single Sign-On (SSO) services and identity providers to manage people across a variety of tools, including Spreadly. This SCIM implementation targets version 2.0 of the protocol.
Accessing the SCIM API
The SCIM methods are accessed over HTTP. The base URL for all calls to the SCIM API is https://spreadly.app/api/v1/scim
. All SCIM methods are branches of this base URL.
Get a secret token
A Bearer token is required to access the SCIM endpoints. You can get your SCIM secret token from Team > Members .
User attributes
Attributes are the details associated with a user's account. You can view those user attributes when you open up the members list of your team. The following tables map SCIM attributes to the profile fields that Spreadly uses.
Spreadly User Field | SCIM attribute | Required |
---|---|---|
| ✅ | |
Academic Degree | | ❌ |
First name | | ✅ |
Last name | | ✅ |
Name Suffix | | ❌ |
Import Key | | ✅ |
Phone | | ❌ |
Mobile | | ❌ |
Position | | ❌ |
Department | | ❌ |
Division | | ❌ |
Organization | | ❌ |
Street | | ❌ |
City | | ❌ |
Region | | ❌ |
Postal code | | ❌ |
Country | | ❌ |
Language | | ❌ |
Custom Field 1 | | ❌ |
Custom Field 2 | | ❌ |
Custom Field 3 | | ❌ |
Custom Field 4 | | ❌ |
Custom Field 5 | | ❌ |
Custom Field 6 | | ❌ |
Custom Field 7 | | ❌ |
Custom Field 8 | | ❌ |
Custom Field 9 | | ❌ |
Custom Field 10 | | ❌ |
Custom Field 11 | | ❌ |
Custom Field 12 | | ❌ |
Custom Field 13 | | ❌ |
Custom Field 14 | | ❌ |
Custom Field 15 | | ❌ |
Custom Field 16 | | ❌ |
Custom Field 17 | | ❌ |
Custom Field 18 | | ❌ |
Custom Field 19 | | ❌ |
Custom Field 20 | | ❌ |
Group Attributes
Spreadly Group Field | SCIM attribute | Required |
---|---|---|
Name | | ✅ |
Import Key | | ✅ |
Description | | ❌ |
Supported Providers
This is a non-complete list of supported providers. Feel free to contact us and send us your configuration guide for any other provider, missing in this list.
Updated on: 27/05/2025
Thank you!