latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Workspace
Join
Join a workspace via link or via workspace ID, if the user can auto-join the workspace by domain.
Joining by Domain
This is possible if:
- The user is verified
- The user has a user e-mail belonging to a domain that is set as a domain name for a workspace
- That workspace has the auto-join by domain feature enabled
post/api/v1/workspaces/join
Request body
Example request
{
"invite_code": "26d332457f16dc67f18385194be148f62c2b4317",
"workspace_id": 123456
}Response
Successful Response
Example response
{
"user_id": "1234567",
"workspace_id": "123456"
}