Object paths of cached users Lists users which have logged into the system locally before. This is not meant to return an exhaustive list of all users. It is possible for FindUserByName() to return a user that's not on the list. The uid to look up Object path of user Finds a user by uid. if no user with the given uid exists The username to look up Object path of user Finds a user by its username. if no user with the given username exists The username for the new user The real name for the new user Object path of the new user The account type, encoded as an integer Creates a new user account. The accountType argument can take the following values: 0 Standard user 1 Administrator The caller needs the org.freedesktop.accounts.user-administration PolicyKit authorization. if the caller lacks the appropriate PolicyKit authorization if the operation failed The username for the user Object path of user Caches a user account, so that it shows up in ListCachedUsers() output. The user name may be a remote user, but the system must be able to lookup the user name and resolve the user information. The caller needs the org.freedesktop.accounts.user-administration PolicyKit authorization. if the caller lacks the appropriate PolicyKit authorization if the user name cannot be resolved The username for the user Releases all metadata about a user account, including icon, language and session. If the user account is from a remote server and the user has never logged in before, then that account will no longer show up in ListCachedUsers() output. The caller needs the org.freedesktop.accounts.user-administration PolicyKit authorization. if the caller lacks the appropriate PolicyKit authorization if the user name cannot be resolved The uid to delete Whether to remove the users files Deletes a user account. The caller needs the org.freedesktop.accounts.user-administration PolicyKit authorization. if the caller lacks the appropriate PolicyKit authorization if the operation failed Object path of the user that was added. Emitted when a user is added. Object path of the user that was deleted. Emitted when a user is deleted. The version of the running daemon. Whether or not the system has no users Whether or not the system has multiple users Users to automatically log in as