GET request to fetch the latest data before updating a user.
// PUT /admin/users/{id}/
{
"users": [
{
"name": "Cameron Larson"
}
]
}
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
// PUT /admin/users/{id}/
{
"users": [
{
"name": "Cameron Larson"
}
]
}
PUT /admin/users/{id}/
GET request to fetch the latest data before updating a user.
// PUT /admin/users/{id}/
{
"users": [
{
"name": "Cameron Larson"
}
]
}
