Skip to main content
PUT
PUT /api/v1/user
Updates the profile information and settings for an existing user account.

Authorizations

X-API-Key
string
header
required

Body

application/json
userId
string<uuid>
name
string
firstName
string
middleName
string
lastName
string
emailAddress
string
emailVerified
boolean
preload
boolean
mobilePhone
string
mobilePhoneVerified
boolean
mobilePhoneVerifiedWeb
boolean
profileId
string
profileImageURI
string
profileImageId
string<uuid>
profileImageBackground
string
timeZone
string
registeredDateTime
string<date-time>
active
boolean
actedAs
boolean

Response

200 - application/json

OK

userId
string<uuid>
name
string
firstName
string
middleName
string
lastName
string
emailAddress
string
emailVerified
boolean
preload
boolean
mobilePhone
string
mobilePhoneVerified
boolean
mobilePhoneVerifiedWeb
boolean
profileId
string
profileImageURI
string
profileImageId
string<uuid>
profileImageBackground
string
timeZone
string
registeredDateTime
string<date-time>
active
boolean
actedAs
boolean