Home//
REST API Reference
/- Fin Agent User
Discover Fin's capabilities
Ask Fin
Reply to Fin
Run a Fin procedure
Escalate to a human
Submit a CSAT rating
Start a conversation with Fin
Fin Agent Attachment
Fin Agent Attribute Errors
Fin Agent Conversation Metadata
Fin Agent CSAT Requested Event
Fin Agent Message
Fin Agent Replied Event
Fin Agent Reply Chunk Event
Fin Agent Settings
Fin Agent Status Updated Event
Fin Agent User
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" } }