Skip to main content
PATCH
/
api
/
{portfolio}
/
portfolios
/
v1
/
tenants
/
person
/
{personUuid}
Update Person Email or Phone
curl --request PATCH \
  --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/tenants/person/{personUuid} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "email": "[email protected]",
  "phone": "<string>"
}
'

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

personUuid
string
required

Body

application/json
email
string<email>
phone
string<string>

Response

Person updated successfully.