User Profile
Update User Profile
User Profile
Update User Profile
PATCH
/
users
/
me
{
"id": "<string>",
"username": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"role": "user",
"created_at": "2023-11-07T05:31:56Z",
"disabled": true
}
Body
multipart/form-data
Response
200 - application/json
The response is of type object
.
{
"id": "<string>",
"username": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"role": "user",
"created_at": "2023-11-07T05:31:56Z",
"disabled": true
}