SCIM API Quick Start Guide

Create, retrieve, update, deactivate team members in your organization.

Proof utilizes the System for Cross-domain Identity Management (SCIM) to follow the industry standard and support efficient development and integrations for our customers. More information available here.

The SCIM endpoints are utilized by SCIM-enabled Identity Providers (IdPs) to automate provisioning of Proof organization membership and are based on version 2.0 of the SCIM standard.
IdPs should use the base URL https://api.proof.com/scim/v1/organizations/{organization}/ for Proof SCIM endpoints.

You must authenticate to use these endpoints. The REST API expects an API key to be included in the ApiKey header.
A parent organization API key may be used to authenticate and work with child organization endpoints.

The SAML IdP and the SCIM client must use matching NameID and userName values for each user. This allows a user authenticating through SAML to be linked to their provisioned SCIM identity.

For more information, please reference our SCIM endpoint documentation.