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 2 Supervised user The caller needs the org.freedesktop.accounts.user-administration PolicyKit authorization. if the caller lacks the appropriate PolicyKit authorization if the operation failed 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. Object path of the user that was changed. Emitted when a user is changed. The version of the running daemon.