GET users/me
アクセスユーザの情報を取得します。
基本情報
認証 | 必要 |
HTTPメソッド | GET |
リソースURL
https://www.co-meeting.com/api/v1/users/me
パラメータ
network_id | ネットワークに紐づくアプリケーションの場合、必須 |
サンプルリクエスト
GET | https://www.co-meeting.com/api/v1/users/me |
{
"status": "success",
"result": {
"id": "5181ff054cfad1288b00000e",
"name": "Test User 3",
"screen_name": "test_user_3",
"icon_url": "http://www.co-meeting.com/images/mtg/unknown.jpg",
"last_accessed_at": null,
"email": "test_user_3@example.com",
"lang": "en",
"time_zone": null
}
}