# UserProfileResponse
## Properties
**display_name** | **String** | User's display name |
**user_id** | **String** | User ID |
**picture_url** | Option<**String**> | Profile image URL. `https` image URL. Not included in the response if the user doesn't have a profile image. | [optional]
**status_message** | Option<**String**> | User's status message. Not included in the response if the user doesn't have a status message. | [optional]
**language** | Option<**String**> | User's language, as a BCP 47 language tag. Not included in the response if the user hasn't yet consented to the LINE Privacy Policy. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)