Hi there,
Is it possible to allow an admin group to update other users information in the console?
I understand about the ownderid needing to be set in order for one admin to update it but this can be tedious going back after and entering the ownerid.
Can multiple ownerid’s be set too?
Thanks
Hi Craig,
Are you talking about updating user information in the console or via the APIs?
If the former, you as the app developer, can update any data record in the console regardless of what ownerId shows.
Regards,
Mark
hey mark
actually i am admin and i want to update other user information via Apis could u plz send me eg.
thanks
Hi, Rahul!
It’s meant that application admins manage users information through console. Of course, you can change some values using API, but due to security reasons some features are available only through the console.
Using ACL feature for Users table you can protect it so only admins will have access to it. Here is an example:
- Navigate to “Users” -> “Security and permissions”
- Add role “admin”
- Register yourself as user to the application
- Assign yourself role “admin”: go to Data tab, find yourself in users table and choose this row, click on button “User roles” on the top of the window, check the checkbox near “admin” role, click “Save”
- Switch to “Table schema and permissions”
- On the left choose “Roles permissions”
- Grand access for role “admin” for all actions and deny access for all other roles
That’s it. Now after logging in ( as user ) to you app under your account you’ll be able to execute all actions you need in Users table, but other users will not.
The other task is implementing functions you’d like to execute on client. Would it be a separate application, or a part of your main app - depends on you.
best regards,
Alex Navara