メインコンテンツへスキップ
GET
/
users
/
{user_id}
/
email_aliases
cURL
curl -i -X GET "https://api.box.com/2.0/users/12345/email_aliases" \
     -H "authorization: Bearer <ACCESS_TOKEN>"
{
  "total_count": 5000,
  "entries": [
    {
      "id": "11446498",
      "type": "email_alias",
      "email": "alias@example.com",
      "is_confirmed": true
    }
  ]
}
このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 Box APIのバージョン管理を参照してください。Box SDKのバージョニング戦略について詳しく学ぶ。」

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user_id
string
required

ユーザーのID。

Response

メールエイリアスのコレクションを返します。

メールエイリアスのリスト。

total_count
integer<int64>

メールエイリアスの数。

Example:

5000

entries
メールエイリアス · object[]

メールエイリアスのリスト。