Mapped Action Templates REST Endpoints

Apps/Mapped Action Templates
Use this endpoint to configure the propagation of actions from Oracle Identity Cloud Service Resources to Managed Objects and from Managed Objects to Resources. This REST API is SCIM compliant.

Added In Release: 17.4.6
Create a Mapped Action Template
Method: post
Path: /admin/v1/MappedActionTemplates
Delete a Mapped Action Template
Method: delete
Path: /admin/v1/MappedActionTemplates/{id}
Get a Mapped Action Template
Method: get
Path: /admin/v1/MappedActionTemplates/{id}
HTTP Options
Method: options
Path: /admin/v1/MappedActionTemplates
Replace a Mapped Action Template
Method: put
Path: /admin/v1/MappedActionTemplates/{id}
Search Account ObjectClass Templates Using POST
Method: post
Path: /admin/v1/MappedActionTemplates/.search
Search Mapped Action Templates
Method: get
Path: /admin/v1/MappedActionTemplates
Update a Mapped Action Template
Method: patch
Path: /admin/v1/MappedActionTemplates/{id}