---
title: "Creates a User Device"
method: POST
path: "/user_devices"
tags: ["User Device"]
---

# Creates a User Device

`POST /user_devices`

## Request body

- object
  - `device_uuid` string
  - `device_name` string
  - `registration_token_gcm` string
  - `system_name` string
  - `model` string
  - `screen_size` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
