Skip to main content
PATCH
/
api
/
v1
/
users
/
me
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "address_line1": "<string>",
  "address_line2": "<string>",
  "can_upload": true,
  "city": "<string>",
  "country": "<string>",
  "created_at": "<string>",
  "denialbase_email": "<string>",
  "email": "<string>",
  "first_name": "<string>",
  "full_name": "<string>",
  "google_linked": true,
  "has_password": true,
  "last_name": "<string>",
  "locale": "en",
  "mail_suite_code": "<string>",
  "notification_preferences": {
    "email_denials": true,
    "email_integrations": true,
    "email_actions": true,
    "in_app_notifications": true
  },
  "passkey_enabled": true,
  "password_set_by_user": true,
  "phone_number": "<string>",
  "postal_code": "<string>",
  "role": "user",
  "state": "documents_received",
  "theme_preference": "light",
  "two_factor_enabled": true,
  "upload_cooldown_remaining": 123
}

Body

application/x-www-form-urlencoded
user
object
required

Response

200 - application/json

OK

id
string
required
address_line1
string | null
required
address_line2
string | null
required
can_upload
boolean
required
city
string | null
required
country
string
required
created_at
string
required
denialbase_email
string
required
email
string
required
first_name
string | null
required
full_name
string | null
required
google_linked
boolean
required
has_password
boolean
required
last_name
string | null
required
locale
enum<string>
required
Available options:
en,
es
mail_suite_code
string | null
required
notification_preferences
object
required
passkey_enabled
boolean
required
password_set_by_user
boolean
required
phone_number
string | null
required
postal_code
string | null
required
role
enum<string>
required
Available options:
user,
super_admin,
support,
analyst,
admin
state
enum<string> | null
required
Available options:
documents_received,
analyzing,
no_denial,
denial_detected,
plan_created,
action_in_progress,
awaiting_callback,
awaiting_response,
action_complete,
callback_received,
callback_overdue,
response_received,
response_overdue,
followup_scheduled,
escalated,
written_appeal,
awaiting_decision,
needs_more_action,
pending_decision,
approved,
denied_again,
external_review,
final_decision,
user_action_required,
paused
theme_preference
enum<string>
required
Available options:
light,
dark,
system
two_factor_enabled
boolean
required
upload_cooldown_remaining
integer
required