Skip to main content
PUT
/
user
/
{username}
Error
A valid request URL is required to generate request examples

Documentation Index

Fetch the complete documentation index at: https://i.v0v.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

username
string
required

name that need to be deleted

Body

Update an existent user in the store

id
integer<int64>
Example:

10

username
string
Example:

"theUser"

firstName
string
Example:

"John"

lastName
string
Example:

"James"

email
string
password
string
Example:

"12345"

phone
string
Example:

"12345"

userStatus
integer<int32>

User Status

Example:

1

Response

successful operation