moveDocumentsToNewUser

abstract suspend fun moveDocumentsToNewUser(oldUserId: String, newUserId: String)

Moves all tickets from one user to another. Use this we would like to pass all the data of documents to another user. When the offline user becomes a new online user, all documents should be moved to the new online user.