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
  • ]
POST /share/:projectId/invite

Request

Base URL
https://api.walr.com
projectId — path required
Body required
[
"string"
]
curl / cURL
curl -L -X POST 'https://api.walr.com/share/:projectId/invite' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'