Prevent Zoom Logins on iOS

Emmert
Valued Contributor

Hi everyone,

We'd like to prevent students from logging into the Zoom app on their iPads, and I need a little help with how to set the App Configuration.

I found instructions here, but I'm not sure if I need the <managedAppConfiguration> option listed under AirWatch, or just the <dict> format listed under Intune.

I'm thinking I just need to use:

<dict>
 <key>SetEmailDomainsRestrictedToLogin</key>
 <string>school.edu</string>
</dict>

and leave it at "school.edu" to effectively prevent logins.

Please let me know if there's a better way to do this or if I'm on the right track.

Thank you!

1 REPLY 1

Emmert
Valued Contributor

Looks like this format works, if anyone needs it.