A user object representing the user in a Fin Agent conversation.
The ID of the user. This value will be used to uniquely identify the user during a conversation with Fin. Maps to the user_id field on the Intercom User object.
Example:"123456"
{ "id": "123456", "name": "John Doe", "email": "john.doe@example.com", "attributes": { "plan_type": "Pro", "subscription_status": "active" } }