list_users
List all users visible on the Immich server, returning their IDs and emails. Use it to find who can be shared with or added as a partner.
Instructions
The users visible on this Immich server. Use this to find the id that create_partner needs, or to see who could be shared with. Read-only.
Returns: JSON with total and a users array of {id, name, email}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |