Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1008 Bytes

User.md

File metadata and controls

36 lines (29 loc) · 1008 Bytes

User

Properties

Name Type Description Notes
id Integer
username String
firstName String
lastName String
email String
phone String
title String
location String
licenseType LicenseTypeEnum
avatarUrl String
active Boolean

Enum: LicenseTypeEnum

Name Value
NAMED "NAMED"
FLOATING "FLOATING"
STAKEHOLDER "STAKEHOLDER"
FLOATING_COLLABORATOR "FLOATING_COLLABORATOR"
RESERVED_COLLABORATOR "RESERVED_COLLABORATOR"
FLOATING_REVIEWER "FLOATING_REVIEWER"
RESERVED_REVIEWER "RESERVED_REVIEWER"
NAMED_REVIEWER "NAMED_REVIEWER"
EXPIRING_TRIAL "EXPIRING_TRIAL"
INACTIVE "INACTIVE"