Mapped Attribute Templates REST Endpoints

Apps/Mapped Attribute Templates
Use this endpoint to manage templates for mapped attributes of an Oracle Identity Cloud Service resource type and attributes of the Managed Object class templates either inbound or outbound. This REST API is SCIM compliant.

Added In Release: 17.3.6
Create a Mapped Attribute Template
Method: post
Path: /admin/v1/MappedAttributeTemplates
Get Attribute Mappings for a Mapped Attribute Template
Method: get
Path: /admin/v1/MappedAttributeTemplates/{id}
HTTP Options
Method: options
Path: /admin/v1/MappedAttributeTemplates
Replace a Mapped Attribute Template
Method: put
Path: /admin/v1/MappedAttributeTemplates/{id}
Search Mapped Attribute Templates
Method: get
Path: /admin/v1/MappedAttributeTemplates
Search Mapped Attribute Templates Using POST
Method: post
Path: /admin/v1/MappedAttributeTemplates/.search
Update a Mapped Attribute Template
Method: patch
Path: /admin/v1/MappedAttributeTemplates/{id}