get_profile
Retrieve detailed LINE user profile information including display name, profile picture URL, status message, and language settings to personalize interactions and messaging.
Instructions
Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | No | The user ID to get a profile. Defaults to DESTINATION_USER_ID. | U1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"default": "U1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p",
"description": "The user ID to get a profile. Defaults to DESTINATION_USER_ID.",
"type": "string"
}
},
"type": "object"
}