users
Add User Address
Add an address to the user
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
user_id
string
requiredThe ID of the user
Body
application/json
postcode
string
requiredcity
string
requiredstate
string
required2 letter state code for US states
country
string
required2 letter country code
line_1
string
requiredline_2
string
line_3
string