Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 624 Bytes

File metadata and controls

31 lines (19 loc) · 624 Bytes

GetMeResponse

Properties

Name Type Description Notes
username String
userId Integer
firstName String
lastName String
email String
creation OffsetDateTime
tutorialSeen Boolean
role RoleEnum

Enum: RoleEnum

Name Value
USER "USER"
ADMIN "ADMIN"
SUPERADMIN "SUPERADMIN"
SYSTEM "SYSTEM"