This article explains how to view and modify attribute mappings using Jamf Pro API when integrating with a cloud identity provider (e.g., Google Secure LDAP).
These settings are also available in the Jamf Pro interface. For information about default mappings for a specific cloud identity provider, see Cloud Identity Providers in the Jamf Pro Documentation.
Configuring cloud identity provider attribute mappings using the Jamf Pro API involves the following steps:
Obtaining the list of configured cloud identity provider instances
Obtaining the current attribute mappings configuration for a specific instance
Updating the attribute mapping configuration for a specific instance
In the steps below, replace YOUR_JAMF_PRO_URL with the correct URL of your Jamf Pro instance and YOUR_BEARER_TOKEN with the token issued for the appropriate user account. Use the https://YOUR_JAMF_PRO_URL/api/v1/auth/token endpoint to obtain the token.
For more information, see Jamf Pro API Overview in the Jamf Developer Portal.
As the Jamf Pro API continues to be developed, the default mappings configuration in Jamf Pro can be changed in a future release. This may impact or break functionality. Manage these settings with care. It is recommended not to change the default configuration in your production environment.