Overview
Workspace invitations let admins invite users to join a workspace with specific access settings.
The Workspace Invitation Object
Attributes
idstringId.
emailstringEmail.
roleinteger20- Admin
15- Member5- Guest
created_atstringCreated at.
updated_atstringUpdated at.
responded_atstringResponded at.
acceptedbooleanAccepted.
Response200
json
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "Example Name",
"role": 20,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z",
"responded_at": "2024-01-01T00:00:00Z",
"accepted": true
}
