Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

DescriptionConfigure LDAP on iOS devices.
Resource Path/ldap
URL/ios/operation/ldap
HTTP MethodPOST
Request/Response Formatapplication/json

Sample request

Insert excerpt
EMM210:Resource Definition to Configure LDAP on iOS Devices
EMM210:Resource Definition to Configure LDAP on iOS Devices
nopaneltrue

For information on the property value definitions, see Resource Definition to Configure LDAP on iOS Devices.

cURL command

Code Block
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <EMM_API_TOKEN>" -d @'<JSON_PAYLOAD>' -k -v https://<EMM_HOST>:<EMM_HTTPS_PORT>/ios/operation/ldap

...