Update the profile of the currently authenticated user

Updates the authenticated user's profile information including name, address, phone, and organization details. Fetches the current user profile first and merges provided values with existing data — null parameters retain their current values. Country and State are resolved from lookup tables by label name.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

Street address (null to keep current value)

string | null

Secondary address line (null to keep current value)

string | null

City name (null to keep current value)

string | null

Country name as it appears in the Countries lookup

string | null

User's first name (null to keep current value)

string | null

User's last name (null to keep current value)

string | null

Organization name (null to keep current value)

string | null

Phone number (null to keep current value)

string | null

Phone extension (null to keep current value)

string | null

Postal/ZIP code (null to keep current value)

string | null

State name as it appears in the States lookup

Responses
200

Success

400

The request is null

401

The caller is not authenticated

404

The user entity was not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!