POST /API/managementAPI/isUserAdmin/{username}
options=…
API Example:
AbstractRemoteManagementAPI.isUserAdmin({'username': /* username the user's user name */, 'options': /* options the options map (domain, queyList, user) */});
Check whether a user has administrator privileges
Output:
java.lang.Boolean -
Form parameters:
options - the options map (domain, queyList, user)