Skip to main content
GET
/
user
/
collaborators
/
ids
Retrieve collaborators by IDs or emails
curl --request GET \
  --url https://app.myhero.so/user/collaborators/ids \
  --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.

Looks up users by comma-separated userIds and/or emails query params and returns the matching CollaboratorUser records. Useful for resolving mention targets.

Authorizations

Authorization
string
header
required

HERO personal access token

Query Parameters

emails
string
required
Minimum string length: 1
userIds
string
required
Minimum string length: 1

Response

200 response

data
object[] | null
required