protect_get_user
Retrieve details of a specific UniFi Protect user by ID, including name, email, and account identifiers.
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 | |
| modelKey | No | Always "user" | |
| name | No | Display name | |
| firstName | No | First name | |
| lastName | No | Last name | |
| No | Email address | ||
| ucoreUserId | No | UniFi Core user UUID |