get_person
get_personRetrieve detailed information about a specific person using their Productive ID. Get name, role, and other details from Productive.io.
Instructions
Get detailed information about a specific person by their Productive ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | Yes | The ID of the person to retrieve (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| firstName | Yes | ||
| lastName | Yes | ||
| No | |||
| title | No | ||
| role | No | ||
| status | Yes | ||
| companyId | No | ||
| createdAt | No |