If you would like to pre-populate information in the enrollment page, you can use the following format. Note that there is a new "Enroll" application in IIS.
<ServerURL>/Enroll/{gid}/{pid}/{udid}/{eu}/{ea}/{un}
{gid} - Group ID
{pid} - Platform (WindowsMobile=1, iOS=2, Blackberry=3, Symbian=4, Android=5, Athena=6, Motorola=7, WindowsPhone=8)
{un} - Enrollment Username
{eu} - Email username (if email prompt is enabled)
{ea} - Email address (if email prompt is enabled)
{udid} – device UDID
Note:
If you are using Short URL format (above), you must enter the parameters in the same order and cannot skip. If you would like to chose only certain variables, you can use the following format:
<ServerURL>/Enroll?gid={GroupID}&un={userName}
0 Comments