---
title: "鉴定是否是root账号"
method: POST
path: "/api/v1/things/device/auth/root-check"
tags: ["things/device/auth", "thingsDeviceAuth"]
---

# 鉴定是否是root账号

`POST /api/v1/things/device/auth/root-check`

## Request body

- DeviceAuthRootCheckReq
  - `certificate` string — 客户端证书
  - `clientID` string — clientID
  - `ip` string — 访问的ip地址
  - `password` string — 密码
  - `username` string — 用户名

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string

---

[API](https://skmtc.net/unitedrhino/apis/things-api.md) · [All operations](https://skmtc.net/unitedrhino/apis/things-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unitedrhino/things-api/revisions/f3bdeb916389/schema)
