> For the complete documentation index, see [llms.txt](https://docs.ggwp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ggwp.com/chinese-simplified/shen-fen-yu-fang-wen-guan-li-iam/api-wen-dang-scim/ren-zheng.md).

# 认证

### 概述

所有 SCIM API 都使用 **Bearer 令牌身份验证**。每个请求必须在 `Authorization` 头中包含有效的访问令牌。

#### 身份验证方式

头部格式

`Authorization: Bearer <API_KEY>`

示例请求头

`Authorization: Bearer apJwejfwrluo450435hfcCI6IkpXVCJ9...`

### 注意

* 每个请求都必须包含令牌
* 未授权的请求将返回 `401 未授权`

### 错误响应

#### 401 未授权

以下情况时返回：

* 令牌缺失
* 令牌无效
