Yammer Migration Through API

Overview

Yammer migration is the process of transferring the Yammer data from one domain (ex. xyz@abc.com) to another domain (ex. xyz@def.com). The domain of the source and the target network varies and all the posts, groups, messages that are in the source domain must be present in the target domain. This process of Yammer migration can be done on a small scale (100 users). The bot connects to the Yammer via API, and performs the actions of creating groups and posting messages.

Key Features & Functionality

Prerequisites:

  • The user has to export the network data and user data from the source
    network
  • Create users using bulk CSV upload in the target network
  • Export the user and network data from the target network after creating
    the groups in it
  • Extract the access token of the users in the network domain and store it in
    a separate CSV file
Anonymous