ZRM Docs
API ReferenceUser

user.updateProfile

Type: Mutation · Auth: Authenticated

Input

FieldTypeRequiredDefaultDescription
namestringNoName
phonestringNoPhone
homeAddressstringNoHome address
themePreferenceunknownNoTheme preference
avatarS3KeyunknownNoAvatar s3key

Example

{
  "name": "Example Name",
  "phone": "(555) 555-0100",
  "homeAddress": "example",
  "themePreference": null,
  "avatarS3Key": null
}

On this page