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
Default value: 1h
The expiration of the generated link
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
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...