Update Users
Users
Update Users
POST
Update Users
Use this API to update user metadata based on various filters such as organization ID, document ID, folder ID and user IDs. You can use these filters in various combinations to get the desired results. The user metadata such as name, email etc can be updated.Documentation Index
Fetch the complete documentation index at: https://velt-v5-0-2-beta-28.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Access Control
- Set
accessRoletoviewer(read-only) oreditor(read/write) on each resource to define the user’s capabilities for that resource. accessRolecan only be set via the v2 Users and Auth Permissions REST APIs. Frontend SDK methods do not accept or changeaccessRole.- Relevant endpoints:
/v2/users/add,/v2/users/update,/v2/auth/permissions/add,/v2/auth/generate_token. - See the Access Control overview for concepts and detailed guidance.
Endpoint
POST https://api.velt.dev/v2/users/update
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
1. Update users in a specific organization
- Editor
- Viewer
2. Update users in a specific document within an organization
- Editor
- Viewer
3. Update users in a specific folder within an organization
- Editor
- Viewer

