Skip to main content
PUT
/
api
/
Users
/
Me
/
General
Update General Settings for current User.
curl --request PUT \
  --url https://api.example.com/api/Users/Me/General \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "<string>",
  "lastName": "<string>",
  "userName": "<string>",
  "emailAddress": "<string>",
  "userTypeID": 123,
  "timeZoneName": "<string>",
  "configurationManager": true,
  "jobTitle": "<string>",
  "mobile": "<string>",
  "landline": "<string>",
  "linkedinUrl": "<string>",
  "address1": "<string>",
  "address2": "<string>",
  "address3": "<string>",
  "suburb": "<string>",
  "state": "<string>",
  "postcode": "<string>",
  "country": "<string>"
}
'
{
  "firstName": "<string>",
  "lastName": "<string>",
  "userName": "<string>",
  "emailAddress": "<string>",
  "userTypeID": 123,
  "timeZoneName": "<string>",
  "configurationManager": true,
  "jobTitle": "<string>",
  "mobile": "<string>",
  "landline": "<string>",
  "linkedinUrl": "<string>",
  "address1": "<string>",
  "address2": "<string>",
  "address3": "<string>",
  "suburb": "<string>",
  "state": "<string>",
  "postcode": "<string>",
  "country": "<string>"
}

Body

application/json
firstName
string | null
lastName
string | null
userName
string | null
emailAddress
string | null
userTypeID
integer<int32>
timeZoneName
string | null
configurationManager
boolean
jobTitle
string | null
mobile
string | null
landline
string | null
linkedinUrl
string | null
address1
string | null
address2
string | null
address3
string | null
suburb
string | null
state
string | null
postcode
string | null
country
string | null

Response

200 - application/json

OK

firstName
string | null
lastName
string | null
userName
string | null
emailAddress
string | null
userTypeID
integer<int32>
timeZoneName
string | null
configurationManager
boolean
jobTitle
string | null
mobile
string | null
landline
string | null
linkedinUrl
string | null
address1
string | null
address2
string | null
address3
string | null
suburb
string | null
state
string | null
postcode
string | null
country
string | null