Mapped Attributes REST Endpoints

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

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