Skip to content
API referenceConsumerConsumer.account

Update the authenticated consumer profile

PATCH
/consumer/v1/me

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Partial-update payload for the authenticated consumer profile.

Email is intentionally NOT mutable here — email changes flow through the OIDC link. All fields are optional; missing fields are left unchanged.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/consumer/v1/me" \  -H "Content-Type: application/json" \  -d '{}'
{  "email": "string",  "first_name": "string",  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "is_superadmin": true,  "last_name": "string",  "profile_picture": "string"}
{  "detail": "Pool slug must be unique.",  "instance": "urn:forestvpn:trace:a1b2c3d4",  "title": "Validation Error",  "type": "https://fvpn.net/errors/validation"}
{  "detail": "Pool slug must be unique.",  "instance": "urn:forestvpn:trace:a1b2c3d4",  "title": "Validation Error",  "type": "https://fvpn.net/errors/validation"}