Skip to main content

Overview

SCIM 2.0 user provisioning endpoint for PADS4. Allows identity providers (Azure AD, Okta, etc.) to automatically provision, update, and deprovision users via the standard SCIM protocol.

Authentication

All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:
Replace https://<your-server> with your PADS4 server address and <ServiceName> with the service path shown above.

Endpoint Reference


Request & Response Examples

GET /api/v1/scim/ServiceProviderConfig

Request:
Response 200 OK:

GET /api/v1/scim/ResourceTypes

Request:
Response 200 OK:

GET /api/v1/scim/Schemas

Request:
Response 200 OK:

GET /api/v1/scim/groups

Request:
Response 200 OK:

POST /api/v1/scim/groups

Request:
Response 200 OK:

GET /api/v1/scim/groups/{id}

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.