User

The User object represents a user in a Notion workspace.

Properties

PropTypeDescription
id*stringUnique identifier of the user.
name*stringUser's name.
email*stringUser's email.
avatarUrl*stringChosen 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"
}

On this page