Accessing the SCIM API

Base Address

The base address for the endpoints is formatted as following:

https://{platform-area-code}.puzzel.com/id/provisioning/{customer-id}/scim/
  • customer-id is a Puzzel customer identifier.

Puzzel platform areas are isolated, logical data centers with platforms deployed. The table below shows the current platform areas:

Platform area code Description
app Main data center

 

In the rest of this document the base address is shortened to 

https://<base-address>/scim/

 

Access Tokens

Use Puzzel Id OAuth2 access tokens to communicate with the API. Two scopes are supported:

1. This scope gives read-only access to the API.

  • iam-provisioning.read

2. This scope gives read/write access to the API.

iam-provisioning.contribute 

 

Published

Last updated

0
-2