curl --location --request GET 'https://prod.iotn2n.com/iotapi/classes/_User'{
"results": [
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"authData": {},
"createdAt": "string",
"department": "string",
"email": "string",
"emailVerified": true,
"nick": "string",
"objectId": "string",
"password": "string",
"phone": "string",
"role": {
"__type": "Relation",
"className": "_Role"
},
"roles": {
"__type": "Relation",
"className": "_Role"
},
"tag": {},
"updatedAt": "string",
"username": "string"
}
]
}