Verify and handle workspace invitations
PUT/api/v2/workspaceinvitations/:token
Verify and handle workspace invitations
Request
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 stringrequired
{
"workspace": "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...