Create Users - VPP License Mgmt 2.0.0+ "email" & "managedAppleId" keys uses:

In VPP License Mgmt 2.0.0+ API endpoint for creating users - (POST https://vpp.itunes.apple.com/mdm/v2/users/create), what is the use of "email" & "managedAppleId" - keys?

We are able to accept the invitation link in any apple id other than the one given during creation of user. Kindly help us understand the purpose of these two keys and how they should be used (separately/together).

Hi there, here's a link to the docs for this: https://developer.apple.com/documentation/devicemanagement/requestuser. The managedAppleId key is useful when interacting with an sToken that is part of Apple School Manager or Apple Business Manager. By including this key you will get an automatic association between your clientUserId and the managedAppleId so that no invite needs to be sent to the user.

Create Users - VPP License Mgmt 2.0.0+ "email" & "managedAppleId" keys uses:
 
 
Q