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.
Create a custom Entra ID Enterprise App to get started.
SCIM - Getting started - Custom Enterprise App
Create a custom enterprise app for more configuration optionsSCIM - REST API Overview
Overview of concepts and common use cases if you want to create a custom connector.SCIM API - Swagger documentation
Use the SCIM REST API if you want to create a custom 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************' \
/info