Skip to content

Endpoints

SCIM provides several endpoints for managing resources. Most of these are available in the playground environment, allowing you to experiment with the SCIM protocol and test your integration before moving to a production environment.

This Playground supports the following endpoints.

You can access these APIs either through Postman or directly via the SCIM Playground. However, before you can make any requests, you'll need to obtain an API key.

Using Postman

  1. Open Postman and create a new request.
  2. Set the request method to GET (or POST, PATCH, PUT, DELETE as required).
  3. Enter the API endpoint URL in the request URL field.
  4. Under the Headers tab, add a new key-value pair. The key should be Authorization and the value should be Bearer {API_KEY}, replacing {API_KEY} with your actual API key.
  5. Click Send to make the request.

Using the SCIM Playground

  1. Navigate to the SCIM Playground.
  2. Search the example you would like to try
  3. Click Send to make the request.