v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
Users

Set information about the API owner (POST)

Updates profile information of the user who owns the API key. Alias for the PATCH method.

post/api/user

Request body

first_namestring

The user's first name.

last_namestring

The user's last name.

countrystring

Country code (e.g. "US").

subdivisionfirststring

State.

subdivisionsecondstring

County.

subdivisionthirdstring

Municipality.

organizationstring

Organization name.

timezonestring

Time-zone string (e.g. "America/New_York").

languagestring

Language code (e.g. "en").

passwordstring

New password for the user.

old_passwordstring

Current password. Required when changing the password so that encrypted interview answers can be re-encrypted with the new key.

Response

User information updated.