Supported Formats

json

Examples

GET /api/v1/users
200
[
  {
    "id": 1,
    "username": "test1",
    "receive_email": true,
    "created_at": "2016-01-07T02:07:22.000Z",
    "updated_at": "2016-01-07T02:07:22.000Z",
    "keyboard_shortcuts": false,
    "html_url": "http://www.example.com/test1",
    "avatar_url": "http://www.example.com/test1/avatar",
    "lang": {
      "code": "ja",
      "model": "lang"
    },
    "name": "test1",
    "model": "user"
  },
  {
    "id": 2,
    "username": "test2",
    "receive_email": true,
    "created_at": "2016-01-07T02:07:22.000Z",
    "updated_at": "2016-01-07T02:07:22.000Z",
    "keyboard_shortcuts": false,
    "html_url": "http://www.example.com/test2",
    "avatar_url": "http://www.example.com/test2/avatar",
    "lang": {
      "code": "ja",
      "model": "lang"
    },
    "name": "test2",
    "model": "user"
  },
  {
    "id": 3,
    "username": "test",
    "receive_email": true,
    "created_at": "2016-01-07T02:07:22.000Z",
    "updated_at": "2016-01-07T02:07:31.000Z",
    "keyboard_shortcuts": false,
    "options": {
      "advanced_menu": true
    },
    "html_url": "http://www.example.com/test",
    "avatar_url": "http://www.example.com/test/avatar",
    "lang": {
      "code": "en",
      "model": "lang"
    },
    "name": "test",
    "model": "user"
  },
  {
    "id": 4,
    "username": "test4",
    "receive_email": true,
    "created_at": "2016-01-07T02:07:22.000Z",
    "updated_at": "2016-01-07T02:07:22.000Z",
    "keyboard_shortcuts": false,
    "html_url": "http://www.example.com/test4",
    "avatar_url": "http://www.example.com/test4/avatar",
    "lang": {
      "code": "en",
      "model": "lang"
    },
    "name": "test4",
    "model": "user"
  },
  {
    "id": 5,
    "username": "test5",
    "receive_email": true,
    "created_at": "2016-01-07T02:07:22.000Z",
    "updated_at": "2016-01-07T02:07:22.000Z",
    "keyboard_shortcuts": false,
    "html_url": "http://www.example.com/test5",
    "avatar_url": "http://www.example.com/test5/avatar",
    "lang": {
      "code": "ja",
      "model": "lang"
    },
    "name": "test5",
    "model": "user"
  }
]