Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.35 KB

RequestUser.md

File metadata and controls

34 lines (27 loc) · 1.35 KB

RequestUser

Properties

Name Type Description Notes
username String Required when creating a new user (POST). Optional on update (PUT)
password String Required when creating a new user (POST). Not valid on update (PUT)
firstName String Required when creating a new user (POST). Optional on update (PUT)
lastName String Required when creating a new user (POST). Optional on update (PUT)
email String Required when creating a new user (POST). Optional on update (PUT)
phone String [optional]
title String [optional]
location String [optional]
licenseType LicenseTypeEnum Required when creating a new user (POST). Optional on update (PUT)

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"