Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 934 Bytes

UserRecord.md

File metadata and controls

19 lines (11 loc) · 934 Bytes

UserRecord

Properties

Name Type Description Notes
lastPing OffsetDateTime Timestamp of the last time this user was seen [optional]
environmentId String [optional]
ownerId String [optional]
user User [optional]
sortValue Object If this record is returned as part of a list, the value used to sort the list. This is only included when the <code>sort</code> query parameter is specified. It is a time, in Unix milliseconds, if the sort is by <code>lastSeen</code>. It is a user key if the sort is by <code>userKey</code>. [optional]
links Map<String, Link> The location and content type of related resources [optional]
access Access [optional]