patch
https://is.getodie.com/api/v1/user/
Update the details of a user. A user is defined as anyone in the system, eg anyone who has requested a quote or has an active policy. Updates to the following fields will require review and approval from the Odie team if the user has any active policies:
- firstName
- lastName
- contact:
- line1
- line2
- city
- state
- zipCode
- shippingLine1
- shippingLine2
- shippingCity
- shippingState
- shippingZipCode
If the request requires approval you will receive a statusCode of "PENDING, however fields not requiring approval (eg contact.email and contact.phone) will be updated immediately. Use the policy webhook to receive a callback once the change is approved. Updates which only contain fields not requiring approval, or for users with no active policies, will be made immediately (statusCode "UPDATED").
