Skip to content
BleemeoBleemeo

Partially update current user

PATCH
/v1/auth/users/me/
curl --request PATCH \
--url https://example.com/v1/auth/users/me/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'
object
email
Email address
string format: email
<= 254 characters
id
string format: uuid
username

Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.

string
Examplegenerated
{
"email": "hello@example.com"
}
Media typeapplication/json
object
email
required
Email address
string format: email
<= 254 characters
id
required
string format: uuid
username
required

Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.

string
Examplegenerated
{
"email": "hello@example.com"
}