The User Object
A user represents your personal user account that you use to log into Lemon Squeezy.
Attributes
name
The name of the user.
The email address of the user.
color
A randomly generated hex color code for the user. We use this internally as the background color of an avatar if the user has not uploaded a custom avatar.
avatar_url
A URL to the avatar image for this user. If the user has not uploaded a custom avatar, this will point to their Gravatar URL.
has_custom_avatar
true
if the user has uploaded a custom avatar image.
createdAt
An ISO 8601 formatted date-time string indicating when the object was created.
updatedAt
An ISO 8601 formatted date-time string indicating when the object was last updated.