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 type application/json

ActivityStream OrderedCollection of activities

object
Example generated
{}

APIForbiddenError is a forbidden error response

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}