Skip to content

User provisioning SCIM API

Tagetik exposes user provisioning REST API following the System for Cross-domain Identity Management (SCIM) 2.0 API. SCIM specification is designed to make managing user identities in cloud-based applications and services easier.

In this manual, we will describe what part of SCIM API has been implemented following the specification detailed in the RFC 7644.

STATUS SWAGGER
ACTIVE -
FORMAT ROOT ENDPOINT
SCIM v2 <api root>/scim/v2

Authorisation

Users accessing SCIM APIs should also have access to the application repository database as an Admin. The default $SYSADMIN role or any roles derived from this one will satisfy this requirement.