v1

latestSwagger 2.02026-07-132525401.9 MB
distribute

Registers a user for an existing device

post/v0.1/users/{user_id}/devices/register

Path parameters

user_idstring required

The ID of the user

Request body

udidstring required

The Unique Device IDentifier of the device

modelstring required

The model identifier of the device, in the format iDeviceM,N

os_buildstring

The build number of the last known OS version running on the device

os_versionstring

The last known OS version running on the device

serialstring

The device's serial number. Always empty or undefined at present.

imeistring

The device's International Mobile Equipment Identity number. Always empty or undefined at present.

owner_idstring

The user ID of the device owner.

Response

Success

udidstring required

The Unique Device IDentifier of the device

modelstring required

The model identifier of the device, in the format iDeviceM,N

device_namestring required

The device description, in the format "iPhone 7 Plus (A1784)"

full_device_namestring

A combination of the device model name and the owner name.

os_buildstring required

The last known OS version running on the device

os_versionstring required

The last known OS version running on the device

serialstring

The device's serial number. Always empty or undefined at present.

imeistring

The device's International Mobile Equipment Identity number. Always empty or undefined at present.

owner_idstring

The user ID of the device owner.

statusstring required

The provisioning status of the device.

registered_atstring

Timestamp of when the device was registered in ISO format.

All 252 operations