---
title: "Updates a user's device information."
method: POST
path: "/PushNotification/UpdateUserDeviceInfo"
tags: ["PushNotification"]
---

# Updates a user's device information.

`POST /PushNotification/UpdateUserDeviceInfo`

Replaces "AVRCMSService/Notification/NTFSetUserDevice" service.

## Headers

- `X-Version` string

## Request body

- UpdateUserDeviceInfoRequest
  - `fcmToken` string, required — FCM (Firebase Cloud Messaging) Token
  - `deviceId` string, required — User device identifier
  - `deviceType` integer, required — Device type identifier <pare>iOS = 1, Android = 2</pare>
  - `appType` integer, required — Application type identifier <br>eoncore = 1, unity = 2

## Response `200`

Success

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
