Skip to main content
POST
/
user
/
info
Update user profile
curl --request POST \
  --url https://app.myhero.so/user/info \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "<string>",
  "lastName": "<string>",
  "pictureUrl": "<string>",
  "avatarId": "<string>"
}
'
{
  "data": true
}

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.

Updates one or more profile fields (firstName, lastName, pictureUrl, avatarId) for the authenticated user. Returns true on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Body

application/json
firstName
string
lastName
string
pictureUrl
string
avatarId
string

Response

200 response

data
enum<boolean>
required
Available options:
true