Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Code Block
curl 'https://api.talentech.io/scim/v1/Users' \
  -H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6************' \