As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Kinvey.User.create({
_acl : {
groups : {
w : ["superuser_group_id"]
}
},
username: username,
password: psw
}, { state: false })
cedin
There will be an user with administrator privileges. This user needs to fetch, create delete and edit users and edit/delete information created by other users. Which is the best way to let this user have total access to all data, without using full access collections permission?
Thanks!