Users
Add Users
POST
/
v1
/
users
/
add
Use this API to add Users to:
- Organization: This will provide them access to all the documents in the organization. It will also show users in the contact list of the organization.
- Document: This will provide them access to the specified document. It will also show users in the contact list of the document. If you pass the
documentId
, then the users will be added to the document.
If organization does not exist, it will be created.
If User’s
initial
is not provided in the User object, then it will be automatically created using the name field. Endpoint
POST https://api.velt.dev/v1/users/add
Headers
x-velt-api-key
string
requiredYour API key.
x-velt-auth-token
string
requiredYour Auth Token.
Body Example
Params
data
object
requiredExample Requests
1. Add users to a specific organization
2. Add users to a specific document within an organization
Response
Success Response
Failure Response
Was this page helpful?