Schemas REST Endpoints

Common/Schemas
Maintains the schema definition of resource types that are supported by Oracle Identity Cloud Service. Schema definitions contain standard SCIM schema attributes and additional Oracle Identity Cloud Service-specific attributes such as searchable, min/max length for validation, target attrname, and so on. This REST API is SCIM compliant.
Get a Schema
Method: get
Path: /admin/v1/Schemas/{id}
HTTP Options
Method: options
Path: /admin/v1/Schemas
Replace a Schema Def
Method: put
Path: /admin/v1/Schemas/{id}
Search Schemas
Method: get
Path: /admin/v1/Schemas
Search Schemas Using POST
Method: post
Path: /admin/v1/Schemas/.search
Update a Schema Def
Method: patch
Path: /admin/v1/Schemas/{id}