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 is updated 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.

See Associating an Apple Account with a Volume Purchase Program (VPP) User for more information.

sToken Requiredstring

The authentication token. For more information, see Authentication.

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