result. This will be set to an array containing objects each representing a User. These will contain the standard User attributes.curl --location --request GET 'https://sims.sman1samarinda.sch.id/api/users?page=1&limit=10000'{
"success": true,
"message": "OK.",
"meta": {
"page": 80,
"limit": 16,
"total": 5694
},
"errors": [],
"result": [
{
"id": "68f44e907ede1684986ca3ef",
"name": "Fauzan Gifari",
"email": "00001@sekolah.sch.id",
"emailVerified": false,
"secondaryEmail": "fauzan@gmail.com",
"image": "path/to/image.png",
"active": true
}
]
}