ShareFile 409 Error Debug ======================== Getting access token... ✅ Got access token Testing duplicate user creation to see 409 error: ================================================ Payload: { "FirstName": "John", "LastName": "Doe", "Email": "john.doe@testcompany.com", "Company": "Test Company 2026-01-30 15:27:01" } HTTP Code: 409 Response: {"code":"Conflict","message":{"lang":"en-US","value":"Conflict Users:john.doe@testcompany.com"},"reason":"Conflict"} ✅ Expected 409 Conflict error received Error details: Message: Array Reason: Conflict Next Steps: =========== 1. The 409 error means the email already exists 2. We need to implement duplicate checking 3. Or use a unique email for each test 4. Or handle the 409 error gracefully