Ninox Docs
Searchโ€ฆ
User management
On this page you'll find an overview over all user management related functions

โ€‹clientLangโ€‹

To return the currently used language of the browser or app in abbreviated form

โ€‹isAdminModeโ€‹

To return "Yes" if the edit mode is on

โ€‹isDatabaseLockedโ€‹

To return "true" if the database is locked

โ€‹isDatabaseProtectedโ€‹

To return "Yes" if a password is needed to activate the edit mode

โ€‹ninoxAppโ€‹

To return the type of platform that is currently being used

โ€‹userโ€‹

To return the current or a specific user

โ€‹userEmailโ€‹

To return the email address of a user

โ€‹userFirstNameโ€‹

To return the first name of a user

โ€‹userFullNameโ€‹

To return the full name of a user

โ€‹userHasRoleโ€‹

To return "true" if a user has a given role

โ€‹userIdโ€‹

To return the ID of a user

โ€‹userIsAdminโ€‹

To return "true" if the current user has the admin role

โ€‹userLastNameโ€‹

To return the last name of a user

โ€‹userNameโ€‹

To return the username of a user

โ€‹userRoleโ€‹

To return the role of a user

โ€‹userRolesโ€‹

To return all roles of a user

โ€‹usersโ€‹

To return the IDs of all current users in an array