{
"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"
}
curl --location --request PUT 'https://prod.iotn2n.com/iotapi/amis/_User/' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'
{
"objectId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}