Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

User accounts may be merged via the usermerge endpoint. A service endpiont that accepts a JSON payload via a POST command of 2 user IDs (uid).

Info

A usermerge call accepts 3 parameters

uid_to_delete: The user ID of the source account.

uid_to_keep: The user ID of the destination account.

action: The action to be performed on the uid_to_delete account once completed. Either block or delete. Default is to block the source account.

Warning

This service performs irreversible actions. User caution is advised.

Return:

The service follows existing web service guidelines and additionally returns:

...