Skip to content

User

user

Functions and classes for working with users in Notion.

User(*args: Any, **kwargs: Any)

User object for persons and bots.

avatar_url property

email: str | None property

id property

is_bot: bool property

is_person: bool property

is_unknown: bool property

name property

__eq__(other: object) -> bool

__hash__() -> int

__repr__() -> str

__str__()

wrap_obj_ref(obj_ref: objs.User) -> User classmethod