Velt home page
Search or ask...
⌘K
Ask AI
Get API Key
Get API Key
Search...
Navigation
Documentation
UI Customization
API Reference
Release Notes
Examples
DevTools
Get Started
Overview
Quickstart
Setup
Key Concepts
Overview
Organizations
Setup
Documents
Locations
Users
Access Control
Async Collaboration
Comments
In-app Notifications
Inline Reactions
Recorder
View Analytics
Arrows
Realtime Collaboration
Presence
Cursors
Follow Me Mode
Huddle
Live Selection
Live State Sync
Single Editor Mode
CRDT (Yjs)
Video Player Sync
Self-Host Data
Overview
Users
Comments
Reactions
Attachments
Model Context Protocol
MCP Servers (Beta)
Webhooks
Basic Webhooks
Advanced Webhooks
Security
Content security policy
Generating Auth Tokens
JWT Tokens
Proxy Server
Supported Regions
Miscellaneous
Migrate from Cord to Velt
Migrate from Liveblocks to Velt
Common Integration Questions
On this page
Create an Organization
Client side
Server side
Add or Remove Users to an Organization to provision access
Sign in User into an Organization
Access Controls for Organizations
Organizations
Setup
Copy page
Create an Organization
Client side
When the user signs into an organization as described below, if an organization is not present then it will be created automatically.
Server side
Using our REST APIs, you will be able to create an organization and also set metadata like name, description, etc.
Add or Remove Users to an Organization to provision access
You will need to explicitly
add
or
delete
users from the organization to provision or revoke access.
As users are added or removed in your app, you can use our API to sync that information on Velt as well.
Learn more about
User Management
.
If users are not added to the Organization, they will not be able to access the data inside it.
Sign in User into an Organization
In the
identify()
method, set the
organizationId
and also add it to the
auth token
.
If you want the user to log into another organization, call the identify method again with the new organizationId and new auth token.
Access Controls for Organizations
You can set up granular access controls for users within an organization. Learn more
here
.
Was this page helpful?
Yes
No
Overview
Setup
Assistant
Responses are generated using AI and may contain mistakes.