Obtaining the Current Attribute Mappings Configuration for a Given Instance

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
Google Secure LDAP

The following code sample demonstrates how to retrieve the current attribute mappings configuration using the identifier (ID) of the instance:

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer YOUR_BEARER_TOKEN' 'https://YOUR_JAMF_PRO_URL/api/v1/cloud-idp'

The response contains all configured instances with their identifiers.

Microsoft Entra ID

The following code sample demonstrates how to retrieve the current attribute mappings configuration using the identifier (ID) of the instance:

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer YOUR_BEARER_TOKEN' 'https://YOUR_JAMF_PRO_URL/api/v1/cloud-azure/ID'

The response contains details of the instance including configured mappings.