# list_account_guests

> List the people who have delegated access to this account.

- Tier: R
- Required scope: read:account
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/list-account-guests

## Description

List the people who have delegated access to this account. Returns each guest's `id`, `email`, `linked`, `role` and `createdAt`. A guest has full delegated access — Inleed has no per-scope guest model, so `role` is always `all`. Take the guest `id` from here to pass to `manage_account_guests(action:remove)`.

## Example call

```json
{
  "name": "list_account_guests",
  "arguments": {}
}
```

