Used to generate a link which provides automatic membership of the workspace
Used to generate a link which provides automatic membership of the workspace
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 int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...