Supported API-calls

The SCIM-API is based on the open-source project located here:
https://github.com/AzureAD/SCIMReferenceCode/

This project is NOT a full implementation of the SCIM-specification, and only contains the bare-minimum to get provisioning working with AzureAD provisioning feature


For a customer to be able to call the SCIM api , these steps need to be complete:
1. Set up an integration for the customer. This has to be done by Talentech personnel
2. Generate a long lived auth-token for the integration through UserSync-Webapp

When this is done, the customer must supply the generated auth-token on every api-call

Authorization: Bearer [Yourtoken]