Primitive
user.findByEmail
BETAShort name: findByEmail
Version: 1.0.0
System primitive that looks up a share-target user by email.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| string | true | Email to search (case-insensitive exact match). |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| user | any | false | { id, email, name } or null if no match exists. |