Users
Update Users
POST
/
v1
/
users
/
update
Use this API to update user metadata based on various filters such as organization ID, document 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.
Endpoint
POST https://api.velt.dev/v1/users/update
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. Update users in a specific organization
2. Update users in a specific document within an organization
Response
Success Response
Some User(s) Not Found
Failure Response
Was this page helpful?