跳转到内容
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
Support
This is the documentation of 22.6.1, which is no longer the latest release. See the latest release.

Returns the Person actor for a user

GET
/activitypub/user-id/{user-id}
curl --request GET \
--url https://gitea.example.com/api/v1/activitypub/user-id/1 \
--header 'Authorization: Basic <credentials>'
user-id
required
integer

User ID of the user

ActivityPub

Media typeapplication/json

ActivityPub type

object
@context
string
Examplegenerated
{
"@context": "example"
}