diff --git a/pages/docs/quickstart/identify-users.mdx b/pages/docs/quickstart/identify-users.mdx index 44d1ea2fa2..cc8561dc3b 100644 --- a/pages/docs/quickstart/identify-users.mdx +++ b/pages/docs/quickstart/identify-users.mdx @@ -51,8 +51,7 @@ You may want to disable ip geolocation when using a server-side SDK. You can lea ```shell php // create/update a profile for user id 12345 $mp->people->set('USER_ID', array( - '$first_name' => "John", - '$last_name' => "Doe", + '$name' => "John Doe", '$email' => "john.doe@example.com", '$phone' => "5555555555", "Favorite Color" => "red"