/isUserNameAvailable
https://[domain]/ws/eca/isUserNameAvailable
-
Service to see if a user_name is available.
-
Only applicable for advisors/brokers specifying user_name in the application to create an account.
-
HTTP Request Type: POST

Name |
Value |
Description |
Usage |
---|---|---|---|
CSID |
Client Service ID |
Unique identifier issued by Interactive Brokers.
|
Required |
userName |
Alphanumeric
|
Desired user_name for the applicant. |
Required |
JSON Request
{
"CSID":"<client-service-id>",
"userName":[“<userName>]
}
Sample
curl -k -H "Content-Type:application/json" -X POST https://qa.interactivebrokers.com/ws/eca/isUserNameAvailable -d '{"CSID":"TESTERCSID","userName": "joesm123"}'