Skip to main content

Change personal information

PUT /v2/users/{userId}/
v2
PUT
user-update-personal-information

Request

  • userIdstring
    required

    self or the id of a user.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PUT \
-d '{"person":{"firstName":"Ada","lastName":"Lovelace","title":"mr"}}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/users/string