Skip to main content

Update User Address

PATCH 

/users/:lookupKey/:lookupValue/addresses/:addressId

Use this endpoint to update a user address. The address is identified by id.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about user lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

    addressId stringrequired

    Address id

Body

    firstNames string
    lastName string

Responses

Update User Address by Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    firstName string
    id number
    lastName string
    messages string[]
    total number
Loading...