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
Copy file name to clipboardExpand all lines: docs/models/shared/User.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,6 @@
17
17
|`internal`|*Optional\<Boolean>*|:heavy_minus_sign:| Indicates whether the user is internal. |
18
18
|`lastLoginAt`|[OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html)|:heavy_minus_sign:| Timestamp of the last login. |
19
19
|`photoUrl`|*JsonNullable\<String>*|:heavy_minus_sign:| URL of the user's photo. |
20
+
|`pylonIdentityHash`|*Optional\<String>*|:heavy_minus_sign:| Hash used for pylon identity verification returned on v1/user. |
20
21
|`updatedAt`|[OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html)|:heavy_check_mark:| Timestamp of the user's last update. |
21
22
|`whitelisted`|*boolean*|:heavy_check_mark:| Indicates whether the user has been whitelisted. |
0 commit comments