# Visiting person page

To visit a person's LinkedIn page so that they see your visit in their profile views and notifications, include [`st.openPersonPage`](/docs/action-st-open-person-page) action in your workflow. Here's an example:

**Workflow:**

```json
{
  "actionType": "st.openPersonPage",
  "personUrl": "https://www.linkedin.com/in/person1",
  "basicInfo": false
}
```

**Completion:**

```json
{
  "actionType": "st.openPersonPage",
  "success": true
}
```

> This page provides examples of [workflows](/docs/building-workflows) and their [completions](/docs/executing-workflows). For detailed documentation on constraints, parameters, and possible results of specific actions, always refer to the corresponding [action documentation pages](/docs/actions-overview).
