Parameters

Name In Type Required Description
id path string true id of the review task

Example responses

200 Response

[
  {
    "id": "string",
    "name": "string",
    "email": "string",
    "avatarUrl": "string",
    "mailValidated": true,
    "githubValidated": true,
    "googleValidated": true,
    "mailNotificationsSettings": {
      "messageAddedNotifsForOwner": true,
      "messageAddedNotifs": true,
      "reviewFinalizedForOwner": true,
      "reviewerAddedForOwner": true,
      "taskAssignedForReviewer": true
    },
    "locale": "string",
    "role": "string"
  }
]