Skip to content

UserInput object

Input for creating or updating a user

FieldTypeDescription
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

Released under the MIT License.