User
The User object represents a user in a Notion workspace.
Properties
| Prop | Type | Description |
|---|---|---|
id* | string | Unique identifier of the user. |
name* | string | User's name. |
email* | string | User's email. |
avatarUrl* | string | Chosen avatar image. |
Example
{
id: "e79a0b74-3aba-4149-9f74-0bb5791a6ee6",
name: "Steve",
email: "steve@example.com",
avatarUrl: "https://secure.notion-static.com/e6a352a8-8381-44d0-a1dc-9ed80e62b53d.jpg"
}