Forum Discussion
API_User
3 years agoEquinix Employee
400 Error with Users_v2 API
Hello, Without making any changes to my scripting, I am now getting the following error message when attempting to POST (create a new user) to the Users_v2 API: {"errors":[{"code":"EQX-212-1208","me...
API_User
3 years agoEquinix Employee
Sure.
{'username': 'insert_username_here', 'firstName': 'insert_first_name_here', 'lastName': 'insert_last_name_here', 'contactDetails': [{'type': 'PHONE', 'value': '+1-5555555555'}, {'type': 'EMAIL', 'value': 'email@domain.com'}], 'companyName': 'insert_company_name_here', 'timezone': 'America/New_York', 'locale': 'EN_US'}
{'username': 'insert_username_here', 'firstName': 'insert_first_name_here', 'lastName': 'insert_last_name_here', 'contactDetails': [{'type': 'PHONE', 'value': '+1-5555555555'}, {'type': 'EMAIL', 'value': 'email@domain.com'}], 'companyName': 'insert_company_name_here', 'timezone': 'America/New_York', 'locale': 'EN_US'}
Related Content
- 9 months ago
- 6 years ago
- 2 years ago