Skip to main content
GET
/
user
/
owner
/
{docId}
Retrieve entity owner
curl --request GET \
  --url https://app.myhero.so/user/owner/{docId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "fbUid": "<string>",
    "profile": {
      "email": "jsmith@example.com",
      "firstName": "<string>",
      "lastName": "<string>",
      "pictureUrl": "<string>",
      "avatarId": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns the CollaboratorUser who owns the document, project, or workspace identified by docId. Searches across all three collections and returns null when the entity is not found.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

docId
string
required
Minimum string length: 1

Response

200 response

data
object
required