patch
https://expert.inskill.ai/public/apiv3/users/
Update an existing user.
Updatable Fields:
role_id: User's role ID (foreign key to roles.id)email: Email addressfirst_name: User's first namelast_name: User's last namephone: Phone numberuser_avatar: Avatar URL
Lifecycle Management:
- To deactivate a user, use the
POST /users/{id}/deactivateendpoint - To delete a user (soft-delete), use the
DELETE /users/{id}endpoint - The
activefield cannot be set via PATCH - use dedicated endpoints
