v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Account

Update profile

put/api/1/account/profile

Response

IDinteger
@typestring
Titlestring nullable
Namestring
FirstNamestring
LastNamestring
Avatarstring
Scopestring
HasContactboolean
PhoneNumberstring
PhoneExtensionstring nullable
Rolestring
EmailIdstring nullable
Localestring
TwoFactorTypestring nullable
Countrystring
TimeZonestring
email_verified_atstring
password_updated_atstring nullable
ResetPasswordboolean
ReferralIdstring
Defaultsstring nullable
HasUnreadNotificationsboolean
DataLocationstring
HasAppleIdConnectedboolean
HasMicrosoftIdConnectedboolean
HasFacebookIdConnectedboolean
HasGoogleIdConnectedboolean
AuthenticationMethodstring nullable

Example response

{
  "ID": 28145,
  "@type": "User",
  "Title": null,
  "Name": "Christelle Bailey",
  "FirstName": "Christelle",
  "LastName": "Bailey",
  "Avatar": "https://alex-macbook.tail9fea4c.ts.net/images/avatar_male.png",
  "Scope": "external",
  "HasContact": false,
  "business": {
    "Name": "Cruickshank Inc",
    "Modules": 1,
    "LogoLight": null,
    "LogoDark": null,
    "Logo": null,
    "@type": "Business",
    "PasswordPolicy": {
      "min": 8,
      "mixedCase": true,
      "symbols": false,
      "uncompromised": false,
      "strength": 0
    }
  },
  "PhoneNumber": "9738682042",
  "PhoneExtension": null,
  "Role": "admin",
  "EmailId": null,
  "Locale": "fr_CA",
  "TwoFactorType": null,
  "Country": "CA",
  "TimeZone": "US/Eastern",
  "email_verified_at": "2026-06-29T18:54:47.000000Z",
  "password_updated_at": null,
  "ResetPassword": false,
  "ReferralId": "GNWsz5oNYC3OpTyM",
  "Defaults": null,
  "HasUnreadNotifications": false,
  "DataLocation": "CA",
  "HasAppleIdConnected": false,
  "HasMicrosoftIdConnected": false,
  "HasFacebookIdConnected": false,
  "HasGoogleIdConnected": false,
  "Usage": {
    "ComposerMessages": {
      "used": 0,
      "available": 500,
      "limit": 500
    },
    "ComposerAttachments": {
      "used": 0,
      "available": 1073741824,
      "limit": 1073741824
    },
    "SecureSpaces": {
      "used": 0,
      "available": 0,
      "limit": 0
    },
    "Space": {
      "used": 0,
      "available": 0,
      "limit": 0
    },
    "Users": {
      "used": 1,
      "available": 0,
      "limit": 1
    }
  },
  "AuthenticationMethod": null
}