Gets list of object mappings

GET {{baseUrl}}/configuration-hub/object-mappings/:sourceOrg

This gets a list of existing object mappings between current org and source org. Source org should be default when getting object mappings that are not associated to any particular org. The request will need the following security scope: - sp:config-object-mapping:read

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"objectMappingId":"3d6e0144-963f-4bd6-8d8d-d77b4e507ce4","objectType":"GOVERNANCE_GROUP","jsonPath":"$.description","sourceValue":"Sample Governance Group","targetValue":"Sample Governance Group - Updated","enabled":true,"created":"2024-03-19T23:18:53.732Z","modified":"2024-03-19T23:18:53.732Z"},{"objectMappingId":"e1d5cb80-65e2-4f92-ae2e-9588f61cc4cd","objectType":"IDENTITY","jsonPath":"$.name","sourceValue":"SailPoint Support","targetValue":"john.doe","enabled":false,"created":"2024-03-19T23:18:06.238Z","modified":"2024-03-19T23:18:06.238Z"}]