Get person by name

Retrieves detailed information about a specific person identified by their name. Returns profile data, skills, competencies, project assignments, and other relevant information.

Path Parameters
  • name
    Type: string
    required
Responses
Request Example for get/data/v1/people/{name}
curl https://cli.wseng.ai/data/v1/people/John \
  --header 'x-api-key: YOUR_SECRET_TOKEN'
{
  "name": "string",
  "fullName": "string",
  "jiraId": "string",
  "xoAssignmentId": "string",
  "githubUsername": "string",
  "projectId": "string",
  "teamRoomName": "string",
  "onboarding": true,
  "external": true,
  "category": "string",
  "leaving": true,
  "email": "string",
  "startDate": "string",
  "googleId": "string",
  "canQc": true
}