Update User Profile

Update current user profile information

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Request

This endpoint expects an object.
namestring or nullOptional
biostring or nullOptional
subscribed_to_newsletterbooleanOptionalDefaults to false
job_roleenum or nullOptional

Response

Successful Response
emailstringformat: "email"
namestring or null
idstringformat: "uuid"
is_onboardingboolean
biostring or null
avatar_urlstring or null
subscribed_to_newsletterboolean or nullDefaults to false
job_roleenum or null

Errors