User Synchronization - SCIM API
A prerequisite for using the SCIM API for user provisioning, is that your tenant is using Talentech ID.
As a Talentech customer you can automate the management of user accounts through our SCIM API. SCIM is a standard for automating the exchange of user identity information between IT systems.
The Talentech SCIM API allows you to synchronize user accounts from any of your master data systems (like Entra ID (formerly known as Azure AD) to Talentech.
You can either use the SCIM API directly, use our Microsoft Azure Marketplace app, or create a custom Entra ID Enterprise App to get started.
Azure AD Marketplace app
Install this app in your Azure AD instance to get quickly up and running with user sync.SCIM - Getting started - Custom Enterprise App
Create a custom enterprise app for more configuration optionsSCIM API - Swagger documentation
User the SCIM REST API if you want to create your customized connector.
Authentication
The SCIM API requires a JWT bearer token. Please get in touch with Talentech Support in order to get a token. Below is an example of an API call to the Users endpoint with a token.
curl 'https://api.talentech.io/scim/v1/Users' \
-H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6************' \