list_employees
Find employees of an organisation using its party ID. Returns people linked to that organisation to answer who works there.
Instructions
List the people who work at a given organisation party. Returns the parties whose organisation field references the given partyId. Use this to answer 'who works at X?' rather than enumerating all parties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| embed | No | Comma-separated embeds. Valid tokens: tags, fields, organisation, missingImportantFields. | |
| partyId | Yes | The organisation's party id. Returns the people whose `organisation` field links to this party. | |
| perPage | No |