If username is not admin or it is not present in administrator group will that user is admin ? If yes then how to indentify the the user is admin or not? | Community
Skip to main content
New Participant
October 17, 2022
Solved

If username is not admin or it is not present in administrator group will that user is admin ? If yes then how to indentify the the user is admin or not?

  • October 17, 2022
  • 2 replies
  • 982 views
No text available
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

@akshaybhujbale you don't become admin as in name, but ACL gives you permission to do similar tasks. So you should check ACL to see what all access this user has if not in admin grounp. Admin has R/W access to every path

2 replies

Mayank_Gandhi
Employee
October 17, 2022

@akshaybhujbale check the ACL for the particular user and what level of R/W access it have via /useradmin.

New Participant
October 17, 2022

Hi @mayank_gandhi 

But which are the permissions which make normal user as admin?

Mayank_Gandhi
Mayank_GandhiAccepted solution
Employee
October 18, 2022

@akshaybhujbale you don't become admin as in name, but ACL gives you permission to do similar tasks. So you should check ACL to see what all access this user has if not in admin grounp. Admin has R/W access to every path

Magicr
New Participant
October 17, 2022

As far as I know: A recently created user will be not assigned automaticly to a group or role. When an instance is installed, there is a process which creates groups and assign rights, so you are able to get started.