Create Address

POST https://{{axpAPIDomain}}/api/admin/user/v1/accounts/:accountId/users/:userId/addresses

This API requires the Account Administrator role.

Creates an address for a user.

Request Body

{"addressName"=>"Address Name", "addressType"=>"OFFICE", "addressTypeNumber"=>"101", "streetNumber"=>"A11", "streetName"=>"Allstate Pkwy", "city"=>"Markham", "state"=>"ON", "countryCode"=>"ZW", "name"=>"Zimbabwe", "code"=>"ZW", "zip"=>"L3R9T8", "isDefault"=>false}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring