# Update Organization User Updates the details of a specific user in an organization. Endpoint: PUT /organization/{orgId}/update/user/{userId} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) Path parameter: orgId - `userId` (string, required) Path parameter: userId ## Request fields (application/json): - `email` (string, required) Email of put /organization/{orgid}/update/user/{userid} request. Example: "admin@example.com" - `name` (string, required) Name of put /organization/{orgid}/update/user/{userid} request. - `verify_timeslots` (string, required) Verify timeslots of put /organization/{orgid}/update/user/{userid} request. - `timeslots` (string, required) Timeslots of put /organization/{orgid}/update/user/{userid} request. ## Response 200 fields (application/json): - `status` (string, required) Outcome of the request. Always success for 2xx responses. Enum: "success" - `message` (string, required) Short description of the successful operation outcome. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data" ## Response 401 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data"