Skip to main content
POST
/
api
/
v1
/
workspaces
/
{workspaceId}
/
members
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "invite_ops_1",
    "email": "ops@acme.com",
    "fullName": "Alex Ops",
    "role": "admin",
    "status": "invited"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.optareach.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

workspaceId
string
required

Body

application/json

Workspace invitation payload

email
string<email>
required
role
string
required

Response

200 - application/json

Invite result

data
object
required