Workspace
Workspace API endpoints
Get workspace dataGET
Retrieve the current workspace's metadata, including users and invites.
Get workspace usersGET
Retrieve a paginated list of users in the current workspace.
Get workspace userGET
Retrieve details for a specific user in the current workspace by user ID.
Get workspace invitesGET
Retrieve a paginated list of invites for the current workspace.
Get workspace inviteGET
Retrieve details for a specific workspace invite by its ID.
Create invitePOST
Create a new invite for the workspace.
Update workspace dataPATCH
Update the current workspace's metadata.
Update workspace userPATCH
Update the metadata of a specific user in the current workspace by user ID.
Update workspace invitePATCH
Update the metadata of a specific workspace invite by its ID.
Delete workspace userDELETE
Remove a specific user from the current workspace by user ID.
Delete workspace inviteDELETE
Delete a specific workspace invite by its ID.