Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 547 Bytes

File metadata and controls

28 lines (17 loc) · 547 Bytes

SwappyRestApi.Member

Properties

Name Type Description Notes
lastName String
firstName String
login String
email String
birthdate Date
phone String
bio String [optional]
status String

Enum: StatusEnum

  • activated (value: "activated")

  • disabled (value: "disabled")

  • verified (value: "verified")