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:Replacehttps://<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:
200 OK:
GET /api/v1/scim/ResourceTypes
Request:
200 OK:
GET /api/v1/scim/Schemas
Request:
200 OK:
GET /api/v1/scim/groups
Request:
200 OK:
POST /api/v1/scim/groups
Request:
200 OK:
GET /api/v1/scim/groups/{id}
Request:
200 OK:
Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.

