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