# Invite link

Represents a single or multiuse invite link.

## Endpoints that reference this object

- [Get base collaborators](https://airtable.com/developers/web/api/get-base-collaborators.md)
- [Get interface](https://airtable.com/developers/web/api/get-interface.md)
- [Get workspace collaborators](https://airtable.com/developers/web/api/get-workspace-collaborators.md)

## Models that reference this object

- [Base invite link](https://airtable.com/developers/web/api/model/base-invite-link.md)

- `id: string` — required

- `createdTime: string` — required

  A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z"

- `invitedEmail: string | null` — required

  May be null for multiUse invites.

- `referredByUserId: string` — required

  A user ID

- `type: "singleUse" | "multiUse"` — required

- `permissionLevel: "none" | "read" | "comment" | "edit" | "create" | "owner"` — required

- `restrictedToEmailDomains: array<string>` — required

  If an empty list, no restrictions are present.
  Else, a receiver must have an email domain within the list to claim the invite.
