cURL
curl --request PATCH \ --url http://localhost:3000/v2/users/{id} \ --header 'Content-Type: application/json' \ --header 'x-API-Key: <api-key>' \ --data '{}'
{ "_id": "<string>" }
Update a specific user by ID. Supports partial updates and can modify any user property including personal information, employment details, and system settings.
User ID to update
User data to update (partial update supported)
User updated successfully
Updated user ID
Was this page helpful?