You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
635 B
JSON
24 lines
635 B
JSON
1 year ago
|
{
|
||
|
"_id": "507f1f77bcf86cd799439011",
|
||
|
"firstName": "John",
|
||
|
"lastName": "Smith",
|
||
|
"email": "johnsmith@mail.com",
|
||
|
"password": "johnhandsome",
|
||
|
"isAdmin": false,
|
||
|
"mobileNumber": "09221231234",
|
||
|
"enrollments": ["601ccbe89bcd482ee8fa2c99", "507f191e810c19729de860ea"],
|
||
|
"datetimeRegistered": "2020-03-15T15:00:00.00Z"
|
||
|
}
|
||
|
|
||
|
{
|
||
|
"_id": "507f1f77bcf86cd799439011",
|
||
|
"firstName": "Jane",
|
||
|
"lastName": "Doe",
|
||
|
"email": "janedoe@zuitt.com",
|
||
|
"password": "johnhandsome",
|
||
|
"isAdmin": true,
|
||
|
"mobileNumber": "09277365528",
|
||
|
"enrollments": [],
|
||
|
"datetimeRegistered": "2020-03-15T15:00:00.00Z"
|
||
|
}
|