You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`admin`|*boolean*|:heavy_check_mark:| Indicates whether the user is an admin. |
9
+
|`confirmed`|*boolean*|:heavy_check_mark:| Indicates whether the user has been confirmed. |
10
+
|`createdAt`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| Timestamp of the user's creation. |
11
+
|`defaultWorkspaceId`|*string*|:heavy_minus_sign:| Identifier of the default workspace. |
12
+
|`displayName`|*string*|:heavy_check_mark:| Display name of the user. |
13
+
|`email`|*string*|:heavy_check_mark:| Email address of the user. |
14
+
|`emailVerified`|*boolean*|:heavy_check_mark:| Indicates whether the email address has been verified. |
15
+
|`githubHandle`|*string*|:heavy_minus_sign:| GitHub handle of the user. |
16
+
|`id`|*string*|:heavy_check_mark:| Unique identifier for the user. |
17
+
|`lastLoginAt`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| Timestamp of the last login. |
18
+
|`photoUrl`|*string*|:heavy_minus_sign:| URL of the user's photo. |
19
+
|`updatedAt`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| Timestamp of the user's last update. |
20
+
|`whitelisted`|*boolean*|:heavy_check_mark:| Indicates whether the user has been whitelisted. |
0 commit comments