curl --request PUT \ --url https://api.harmonyforstaffing.com/api/users/123 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "firstName": "Jane", "lastName": "Smith", "email": "jane.smith@example.com", "phone": "+1-555-555-5555", "isActive": true }'
{ "id": 123, "firstName": "Jane", "lastName": "Smith", "email": "jane.smith@example.com", "phone": "+1-555-555-5555", "isActive": true, "dateAdded": 1679253000 }
Update an existing user
Show Role fields