Skip to main content

User

Description of a user

Sample Output

{
"user_id": "user_id",
"user_name": "User_Name",
"last_updated": "1970-01-01T00:00:00.000",
"created_at": "1970-01-01T00:00:00.000",
"user_phone": "1234567890",
"permissions_status": "granted"
}

Fields

user_id

Refers to the unique identifier for a user.

user_name

The first and last names of the user.

last_updated

The last time the transactions of that user have been updated -- usually refers to the last collection of data for that specific user.

created_at

The user has been created at this specific date -- usually refers to the first collection of data for that specific user.

user_phone

The user's phone number.

permissions_status

Indicates whether or not the user have opted for SMS permissions on their device