Used to generate a link which provides automatic membership of the workspace
GET/api/v2/workspaces/:workspace/invites/generate
Used to generate a link which provides automatic membership of the workspace
Request
Path Parameters
workspace stringrequired
Workspace to create invitation link for
Query Parameters
expire string
The expiration of the generated link
Default value:
1h
Responses
- 200
- 500
Generated URI which can be used to join a workspace
- application/json
- Schema
Schema
string
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
codeint32required
detailstringrequired
messagestringrequired
uristringrequired
verbstringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}