Contents

Add Subscription Administrators

Add administrators for subscriptions.

URL

POST https://vpp.itunes.apple.com/mdm/v2/subscriptions/admins/add

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
ManageSubscriptionAdminsResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

The provided token is invalid. It may either be missing or expired.

500Internal Server Error
Content-Type: application/json
ErrorResponse

An internal server error occurred. Try again later.

Discussion

Send a POST request to designate users as administrators for specific subscriptions. The request body requires an adamIds array of subscription identifiers and a clientUserIds array of user identifiers. The server processes this request synchronously.

Example Request and Response

HTTP Body

ManageSubscriptionAdminsRequest

Topics

Request

Response

Content Metadata

See Also

Subscription management