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.

30 lines
584 B
JSON

{
"_id": "507f1f77bcf86cd799439011",
"firstName": "John",
"lastName": "Smith",
"email": "johnsmith@email.com",
"password":"johnsmithhandsome",
"isAdmin":false,
"mobileNumber":"09123456789",
"enrollments":[
"601ccbe89bcd482ee8fa2c99"
"507f191e810c19729de860ea",
],
"datetimeRegistered":"2020-03-15T15:00:00.00Z"
}
{
"_id": "507f1f77bcf86cd799439011",
"firstName": "Jane",
"lastName": "Doe",
"email": "janedoe@email.com",
"password":"janedoe12",
"isAdmin":true,
"mobileNumber":"09123456789",
"enrollments":[],
"datetimeRegistered":"2020-03-15T15:00:00.00Z"
}