Recipients
GET /api/recipients
The team members a transfer can be addressed to.
{
"data": [
{ "id": "4d67…", "name": "Florian Strasser", "email": "florian@example.com" },
{ "id": "9a12…", "name": "Anna Berger", "email": "anna@example.com" }
]
}
This is what fills the recipient picker on the guest upload page: an outside contact chooses who at your company should receive their files, rather than the destination being fixed in configuration.
It requires a session or a key, so the list of who works at your company is only visible to someone already vouched for — an administrator added their address, and they redeemed a link sent to it.
Addresses are included because a guest picking a recipient reasonably wants to see where their files are going.
Banned accounts and guests are excluded: only active members appear.