latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

Update user profile

Updates your current user profile.

put/user

Request body

$schemastring uri

A URL to the JSON Schema for this object.

companystring nullable
countrystring nullable
first_namestring nullable
is_alerts_enabledboolean nullable
is_subscribed_to_changelogboolean nullable

If true, the user will receive changelog updates via email.

is_subscribed_to_marketing_emailsboolean nullable

If true, the user will receive marketing emails from Tower.

is_subscribed_to_newsletterboolean nullable

If true, the user will receive the Tower newsletter.

last_namestring nullable
passwordstring nullable
promo_codestring nullable

Example request

{
  "$schema": "https://api.tower.dev/v1/schemas/UpdateUserParams.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/UpdateUserResponse.json"
}