list_employees
List employees of an organisation by providing its party ID.
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 |
|---|---|---|---|
| partyId | Yes | The organisation's party id. Returns the people whose `organisation` field links to this party. | |
| page | No | ||
| perPage | No | ||
| embed | No | Comma-separated embeds, e.g. 'tags,fields' |