get https://api.aptivada.com/v2/account//user
Authorization
Either 1) x-token, or 2) x-api-key must be given to authenticate account.
Parameters
Allowed Fields
- first_name
- last_name
- birthday
- phone
- gender
- city
- state
- zip
- address
- address_2
- join_date
- source_id
- source
Custom Attributes
Each account inherits, or creates it's own custom attributes for users. These attributes must be sent in key => value pairs.
Example
attributes: {
first_pet_name: "Fluffy"
}
NOTE 1
User fields or custom attributes that do not exist will simply be ignored.