Represents the labels for different user traits.

enum TraitLabel {
  PRIME_SUBSCRIBER
  RATING
  TRIP_COUNT
  ACCOUNT_CREATED_ON
  PLAN
  GENIUS_LEVEL
  FOLLOWER_COUNT
  FOLLOWING_COUNT
  USERNAME
  POST_COUNT
  EMAIL
  ORDER_COUNT
  ACCOUNT_ID
  FARCASTER_ADDRESS
}

Values

PRIME_SUBSCRIBER

Indicates if the user is a prime subscriber.

RATING

User rating.

TRIP_COUNT

Number of trips taken by the user.

ACCOUNT_CREATED_ON

Date when the user account was created.

PLAN

User plan.

GENIUS_LEVEL

User’s genius level.

FOLLOWER_COUNT

The number of account following the user.

FOLLOWING_COUNT

The number of accounts followed by the user.

USERNAME

The users profile name.

POST_COUNT

The number of posts the user has made on the platform.

EMAIL

The users email.

ORDER_COUNT

The number of orders the user has made on the platform.

ACCOUNT_ID

The user’s account ID on the platform.

FARCASTER_ADDRESS

The user’s farcaster address.

Member Of

getTraits

Trait