User Basic Profile Resource

User Basic Profile Resource Representation

A user’s basic profile is represented in the FT API as a JSON data structure, as shown below. The following example shows all possible fields a user basic profile resource can contain.

{
   “email”: “someone1@example.com”,
   “firstName”: “Firstname”,
   “lastName”: “Lastname”,
   “title”: “Mr”,
   “country”: “GBR”
}

User Basic Profile Resource Properties

Property NameValueDescription
email string User’s email address
firstName string User’s firstname
lastName string User’s lastname

title string

User’s title

country string

User’s country