User
Attributes
id int64 (format int64)
username string No description.
firstName string No description.
lastName string No description.
email string No description.
password string No description.
phone string No description.
userStatus int32 User Status (format int32)
User
{ "id": 10, "username": "theUser", "firstName": "John", "lastName": "James", "email": "john@email.com", "password": "12345", "phone": "12345", "userStatus": 1}