protect_get_user
Retrieve full details for a specific UniFi Protect user by ID, including name, email, and user core ID. Use this to access individual user information when you need more than the list provides.
Instructions
Get details for a specific Protect user by ID. Returns the same fields as protect_list_users entries: id, modelKey, name, firstName, lastName, email, ucoreUserId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | User ID | |
| name | No | Display name | |
| No | Email address | ||
| lastName | No | Last name | |
| modelKey | No | Always "user" | |
| firstName | No | First name | |
| ucoreUserId | No | UniFi Core user UUID |