externalUserId
in the path parameter specifies which user to update.curl --location --request PATCH 'https://partner-api-stage.p100.io/v1/user/test-user-1759302232401-8bgzpn8ec' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "newemail@example.com",
"street": "New street"
}'
{
"message": "User updated successfully"
}