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