> For the complete documentation index, see [llms.txt](https://developer.perculus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.perculus.com/v2-en/services/attendee-management/creating-and-updating-attendees/attendance-link.md).

# Attendance Link

To create an attendance link for a participant, you can utilize the attendance\_code returned by requests like so:

```
https://<DOMAIN>/app/?c=<ATTENDANCE_CODE>
```

{% tabs %}
{% tab title="NodeJS" %}

```javascript
client.attendees.getAttendanceLink("5786FF4C-4A93-45A2-BAF1-9461F376E8C5");
```

{% endtab %}
{% endtabs %}

The constructed string is the link that participants can use the attend the session.
