Discovery operations
To simplify interoperability, SCIM provides two end points to discover supported features and specific attribute details.
- GET /ServiceProviderConfigs
- Discovers specification compliance, authentication schemes, data models.
- GET /Schemas
- GET /Schemas/User
- GET /Schemas/Group
- Introspects resources and attribute extensions.
Parent topic:
SCIM object model