Forgejo API
GET/activitypub/user-id/{user-id}

Get a user's ActivityPub actor

Retrieves the ActivityPub Person actor associated with a user. Supply user-id to obtain the actor document for that user's federated identity.

1 parameter
user-idintegerrequired
The user's numeric identifier, formatted as a 64-bit integer.

1 status code
200Returns the user's ActivityPub Person actor object, including its `@context` property.
@contextstringoptional

Error handling

user-id must be a 64-bit integer that identifies the user whose ActivityPub actor you want to retrieve. Use the user's numeric ID rather than a username.