2018-03-19 20:32:59 +01:00
|
|
|
# User
|
|
|
|
A participant managed in the system
|
|
|
|
|
|
|
|
## Properties
|
2018-03-24 19:04:22 +01:00
|
|
|
+ _id: `5ab68d42f547ed304064e5f7` (string, required) - unique id of the army member
|
2018-03-19 20:32:59 +01:00
|
|
|
+ username: `Jagernaut` - the displayed username of the army member
|
|
|
|
+ rankLvl: 22 (number, required) - rank level representing the rank
|
|
|
|
+ squadId (Squad, required) - populated squad which the army member is part of
|
|
|
|
+ updatedAt: `2018-02-24T01:01:25.825Z` - the version timestamp
|
|
|
|
+ __v: 35 (number, required) - the version number of the object
|