Verify and handle workspace invitations
Verify and handle workspace invitations
Path Parameters
token stringrequired
The generated base64 invitation token
Responses
- 200
- 500
Indicates the generated link is valid and the user has been granted access
- application/json
- Schema
- Example (from schema)
Schema
workspace string
{
"workspace": "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...