Skip to content

User object

Platform users with profiles, addresses, and company information

FieldTypeDescription
idinteger (int32)Unique user identifier
firstNamerequiredstringFirst name
lastNamerequiredstringLast name
emailrequiredstring (email)Email address (unique per user)
usernamestringUnique username
avatarstring (uri)Profile picture URL
phonestringPhone in international format
addressobjectPhysical mailing address
companyobjectEmployment information
websitestring (uri)Personal website URL
rolestringAccess control role
ageinteger (int32)Age in years
biostringShort biography
isActivebooleanWhether the account is active
createdAtstring (date-time)
updatedAtstring (date-time)

Released under the MIT License.