Patch user profile

Update profile data

post

Update profile data and generate new "access_code" and "api_key"

Authorizations
Body
namestringOptional

Human-readable name Currently only visible in admin panel

Example: John Doe
emailstring · emailRequired

Email. Must be unique

Example: user@domain.tld
telegramstringOptional

Telegram

Example: johndoe
gen_access_codebooleanOptional

If true, a new access code will be generated

Default: false
gen_api_keybooleanOptional

If true, a new api key will be generated

Default: false
api_ip_whitelistany ofOptional
string · enumOptionalPossible values:
or
string[]Optional

IP whitelist for client API access To clear, pass an empty list or the string 'clear'

Example: 192.168.1.1
Responses
chevron-right
200

OK

application/json
post
/user

Last updated