wiki.trwnh.com/content/tech/spec/activitypub/extensions/as2/Move.md
2023-05-09 13:37:53 -04:00

480 B

+++ +++

Move

used for account migrations

sample payload

mastodon

https://github.com/mastodon/mastodon/blob/main/app/serializers/activitypub/move_serializer.rb

{
	"@context": "https://www.w3.org/ns/activitystreams",
	"id": "https://mastodon.example/users/username#moves/1",
	"actor": "https://mastodon.example/users/username",
	"type": "Move",
	"object": "https://mastodon.example/users/username",
	"target": "https://social.example/users/new_user"
}