Skip to content

Playground

The SCIM Playground is an interactive environment designed for developers to experiment with and understand the workings of the SCIM API. It allows users to make SCIM API calls and observe the responses in real-time, without affecting any live data.

This tool is particularly useful for learning about the SCIM protocol, testing and debugging SCIM integration issues, and understanding how different SCIM operations behave. The playground supports all the standard SCIM operations such as creating, retrieving, updating, and deleting User and Group resources.

To use the SCIM Playground, you would typically enter your SCIM API call, including the HTTP method (GET, POST, PUT, PATCH, DELETE), the endpoint URL, and any necessary headers or body content. After submitting the request, you can see the API response, including the status code, headers, and body content.

Remember, the SCIM Playground is a sandbox environment, so operations performed here do not affect real data. It's a safe space for experimentation and learning.