Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.07 KB

Member.md

File metadata and controls

21 lines (17 loc) · 1.07 KB

Member

Properties

Name Type Description Notes
_links Links [optional] [default to null]
_id Id [optional] [default to null]
role Role [optional] [default to null]
email string [optional] [default to null]
firstName string [optional] [default to null]
lastName string [optional] [default to null]
_verified boolean [optional] [default to null]
_pendingInvite boolean [optional] [default to null]
isBeta boolean [optional] [default to null]
customRoles array[Id] [optional] [default to null]
_lastSeen integer [optional] [default to null]
_lastSeenMetadata Member__lastSeenMetadata [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]