Skip to main content
It stores the customer information and profiles
Field NameData TypeDescriptionNested Fields
_idstringUnique identifier for each document within collection0
segment_idstringUnique identifier for segment0
namestringName of name0
descriptionstringField for description0
typestringField for type0
statusstringCurrent status of status0
created_atdatetimeTimestamp when the record was created0
updated_atdatetimeTimestamp when the record was updated0
{
    "_id": {
        "$oid": "686261d980325835754ce920"
    },
    "segment_id": "a72df63f-4740-4c88-a1c4-770aba555ff8",
    "name": "Employees",
    "description": "Internal employees of the company.",
    "type": "manual",
    "status": "active",
    "created_at": {
        "$date": "2025-01-01T08:00:00Z"
    },
    "updated_at": {
        "$date": "2025-01-01T08:00:00Z"
    }
}