Migrating Your User Data to Scute
Welcome to our user data migration guide! This document will walk you through the process of moving your user data into Scute's system. We'll cover everything you need to know, from understanding how we store user information to practical examples of using our API.
Understanding User Data in Scute
Before we dive into the technical details, let's understand how Scute organizes user information. Each user in our system has two main components:
Basic User Information
Every user has these fundamental attributes:
- A unique identifier (UUID)
- Contact information (email and/or phone)
- Name
- Account status (active, pending, inactive, or imported)
- Verification timestamps for email and phone
Custom User Attributes
Need to store additional information about your users? We've got you covered! You can add custom fields with various data types:
📝 Available Data Types:
string
- For general text databoolean
- For yes/no flagsinteger
- For whole numbersdate
- For timestamps and calendar datesphone
- For phone numbers with validationemail
- For email addresses with validationtext
- For longer text contenturl
- For web links