GET/projects/{projectId}/notebooks/availablepeople.json

Get available People for following a Notebook

Path Params

  • Name
    projectId
    Type
    string
    required
    Description

Request Examples

Example Request

GET
/projects/{projectId}/notebooks/availablepeople.json
curl --request GET \
     --url https://{site_name}.teamwork.com/stats.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "people": [
    {
      "avatarUrl": "r.jpg",
      "isAdministrator": false,
      "roleIds": [],
      "companyName": "Teamwork.com",
      "isResponsible": false,
      "isUnsubscribed": false,
      "isInOwnerCompany": true,
      "isFollowingComments": false,
      "firstName": "Holly",
      "isProjectAdministrator": true,
      "isObserving": false,
      "isInNotifyDefaults": false,
      "isInPrivacy": false,
      "id": "1",
      "doesReceiveProjectEmails": true,
      "companyId": "1",
      "isFollowingChanges": false,
      "title": "Product lead",
      "lastName": "McGill"
    }
  ]
}