post https://{tenanturl}/config/v1.0/mdm/device-managers
Creates the device manager configuration.
Entitlements required: manageIdentitySources (Manage identity providers).
Responses
201Successful Creation
403Forbidden
Creates the device manager configuration.
Entitlements required: manageIdentitySources (Manage identity providers).
201Successful Creation
403Forbidden
xxxxxxxxxx
14curl --request POST \
--url https://tenant_url/config/v1.0/mdm/device-managers \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"jitpEnabled": true,
"identitySourceEnabled": true,
"mdmProps": {
"type": "MicrosoftIntune",
"authenticationType": "OAuth"
}
}
'