Skip to content

Overview

Workspace invitations let admins invite users to join a workspace with specific access settings.

Learn more about Members

The Workspace Invitation Object

Attributes

  • id string

    Id.

  • email string

    Email.

  • role integer

    • 20 - Admin
  • 15 - Member
  • 5 - Guest
  • created_at string

    Created at.

  • updated_at string

    Updated at.

  • responded_at string

    Responded at.

  • accepted boolean

    Accepted.

Response200
json
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "email": "Example Name",
  "role": 20,
  "created_at": "2024-01-01T00:00:00Z",
  "updated_at": "2024-01-01T00:00:00Z",
  "responded_at": "2024-01-01T00:00:00Z",
  "accepted": true
}