# ユーザー

# ユーザーの詳細の取得

認証されたユーザーの詳細を取得します。

GET /api/users/me

# サンプルリクエスト

curl  -X GET https://www.workato.com/api/users/me \
      -H 'x-user-email: <email>' \
      -H 'x-user-token: <token>'

# レスポンス

{
    "id": 17293,
    "name": "ACME-API",
    "created_at": "2019-06-19T19:53:16.886-07:00",
    "plan_id":"oem_plan",
    "current_billing_period_start": "2020-09-22T19:15:11.372-07:00",
    "current_billing_period_end": "2020-10-22T19:15:11.372-07:00",
    "expert": false,
    "avatar_url": "https://workato-assets.s3.amazonaws.com/profiles/avatars/000/089/005/large/logo.png?1562399288",
    "recipes_count": 49,
    "interested_applications": [],
    "company_name": null,
    "location": null,
    "last_seen": "2020-08-23T23:22:24.329-07:00",
    "contact_phone": null,
    "contact_email": null,
    "about_me": null,
    "email": "[email protected]",
    "phone": "xxxxxxxxxx",
    "active_recipes_count": 1,
    "root_folder_id": 10294
}


Last updated: 2023/8/31 1:07:14