Skip to main content

Invites a user to a shared project

Invites a user to a shared project

Path Parameters
    projectId string required

    Project ID.

Request Body array required

Array of email addresses.

  • Array [
  • string

  • ]
Responses

A list of shared project invitations.


Schema
  • Array [
  • email string nullable
    reason string nullable
    status string nullable
  • ]
Loading...