---
title: "Creates a Charger Invitation Link"
method: POST
path: "/api/chargers/{chargerId}/invitations"
tags: ["Charger"]
---

# Creates a Charger Invitation Link

`POST /api/chargers/{chargerId}/invitations`

Create Charger Invitation Link to grant user access to the site. Link is sent by email if one is provided.

## Path parameters

- `chargerId` string, required

## Request body

- AccessControlAPICreateChargerInvitationLinkRequestDto
  - `email` string, nullable
  - `expiresInHours` integer, nullable

## Response `200`

Returns 200 status and the result if invitation is created successfully

- AccessControlAPICreateInvitationLinkResultDTO
  - `invitationId` string, nullable
  - `url` string, nullable
  - `expiresInDays` integer

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/versions/46ccab4af8b1/schema)
