Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 4.21 KB

File metadata and controls

20 lines (17 loc) · 4.21 KB

User

Fields

Field Type Required Description
id ::String ✔️ Unique identifier for the user.
email ::String ✔️ Email address of the user.
email_verified T::Boolean ✔️ Indicates whether the email address has been verified.
github_handle T.nilable(::String) GitHub handle of the user.
display_name ::String ✔️ Display name of the user.
photo_url T.nilable(::String) URL of the user's photo.
default_workspace_id T.nilable(::String) Identifier of the default workspace.
confirmed T::Boolean ✔️ Indicates whether the user has been confirmed.
whitelisted T::Boolean ✔️ Indicates whether the user has been whitelisted.
last_login_at Date Timestamp of the last login.
admin T::Boolean ✔️ Indicates whether the user is an admin.
created_at Date ✔️ Timestamp of the user's creation.
updated_at Date ✔️ Timestamp of the user's last update.