Skip to content

List the user's recorded activity

GET
/activitypub/user-id/{user-id}/outbox
user-id
required
integer

User ID of the user

Outbox

Media typeapplication/json

ActivityStream OrderedCollection of activities

object
Examplegenerated
{}

APIForbiddenError is a forbidden error response

Media typeapplication/json
object
message
string
url
string
Examplegenerated
{
"message": "example",
"url": "example"
}