Legal Entity People List
Testing
Provides details of people directly connected to a legal entity such as staff.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.tahdah.me/api/legalentities//legalentities//people' \
--header 'Authorization: Bearer <token>'
Responses
application/json [
{
"person": {
"id": 0,
"name": "string",
"email": "user@example.com",
"accountNumber": "string"
},
"roles": [
{
"id": 0,
"name": "string"
}
]
}
]
Modified at 2026-03-11 14:50:12