> 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/jp/idoyobiakusesuiam/apidokyumento-scim/ren-zheng.md).

# 認証

### 概要

すべてのSCIM APIは次を使用して保護されています **Bearerトークン認証**。各リクエストには、次の項目に有効なアクセス・トークンを含める必要があります `Authorization` ヘッダー。

#### 認証方式

ヘッダー形式

`Authorization: Bearer <API_KEY>`

リクエストヘッダーの例

`Authorization: Bearer apJwejfwrluo450435hfcCI6IkpXVCJ9...`

### 注意事項

* トークンはすべてのリクエストに含める必要があります
* 認証されていないリクエストは次を返します `401 Unauthorized`

### エラーレスポンス

#### 401 Unauthorized

次の場合に返されます:

* トークンがありません
* トークンが無効です
