Provides details of people directly connected to a legal entity such as staff.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request Code Samples
curl --location 'https://api.tahdah.me/api/legalentities//legalentities//people' \
--header 'Authorization: <api-key>'
Responses
application/json
[
{
"person": {
"id": 0,
"name": "string",
"email": "user@example.com",
"accountNumber": "string"
},
"roles": [
{
"id": 0,
"name": "string"
}
]
}
]
Modified at 2026-06-12 18:04:26