ShareFile Alternative Endpoints Test =================================== Getting access token... ✅ Got access token Testing: Users Endpoint Endpoint: https://cazarin.sf-api.com/sf/v3/Users ------------------------------------------------ HTTP Code: 409 Response: {"code":"Conflict","message":{"lang":"en-US","value":"Conflict Users:john.doe@testcompany.com"},"reason":"Conflict"} ⚠ OTHER: HTTP 409 Testing: Accounts Endpoint Endpoint: https://cazarin.sf-api.com/sf/v3/Accounts ------------------------------------------------ HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ NOT FOUND: Endpoint doesn't exist Testing: ShareFile Users Endpoint: https://cazarin.sharefile.com/sf/v3/Users ------------------------------------------------ HTTP Code: 409 Response: {"code":"Conflict","message":{"lang":"en-US","value":"Conflict Users:john.doe@testcompany.com"},"reason":"Conflict"} ⚠ OTHER: HTTP 409 Testing: ShareFile Accounts Endpoint: https://cazarin.sharefile.com/sf/v3/Accounts ------------------------------------------------ HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ NOT FOUND: Endpoint doesn't exist Testing: V3 Users Endpoint: https://cazarin.sf-api.com/sf/v3/Users ------------------------------------------------ HTTP Code: 409 Response: {"code":"Conflict","message":{"lang":"en-US","value":"Conflict Users:john.doe@testcompany.com"},"reason":"Conflict"} ⚠ OTHER: HTTP 409 Testing: V3 Accounts Endpoint: https://cazarin.sf-api.com/sf/v3/Accounts ------------------------------------------------ HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ NOT FOUND: Endpoint doesn't exist Testing GET requests to see available endpoints: ================================================ Testing GET: Users = https://cazarin.sf-api.com/sf/v3/Users HTTP Code: 200 ✅ SUCCESS: Endpoint accessible Testing GET: Accounts = https://cazarin.sf-api.com/sf/v3/Accounts HTTP Code: 200 ✅ SUCCESS: Endpoint accessible Testing GET: Items = https://cazarin.sf-api.com/sf/v3/Items HTTP Code: 200 ✅ SUCCESS: Endpoint accessible Testing GET: Home = https://cazarin.sf-api.com/sf/v3/Items(home) HTTP Code: 200 ✅ SUCCESS: Endpoint accessible Based on the results above, we'll determine the correct endpoint for creating accounts.