Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Update user information
PUT /users/{id}
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
{
"fullname": "Jane Doe",
"age": 24
}
{
"success": true,
"data": {
"id": "uuid",
"fullname": "Jane Doe",
"age": 24,
...
}
}
Was this page helpful?