Contents

EditVppUserRequest

The request to edit a user.

Declaration

object EditVppUserRequest

Properties

NameTypeDescription
clientUserIdStrstring

The identifier supplied by the client when registering a user. Either clientUserIdStr or userId is required. If both clientUserIdStr and userId are supplied, userId takes precedence.

emailstring

The user’s email address. The email field updates only if the value is provided in the request.

itsIdHashstring

The hash of the user’s iTunes Store ID.

managedAppleIDStrstring

The Apple Account associated with the user. This ID’s organization must match that of the provided sToken.

sToken Requiredstring

The authentication token. For more information, see Authenticate with the web service.

userIdint64

The unique identifier assigned by the VPP when registering the user. Either clientUserIdStr or userId is required. If both clientUserIdStr and userId are supplied, userId takes precedence.

See Also

Request and Response