Users
Get Users v2
POST
Use this API to retrieve users based on various filters such as organization ID, document ID, organization user group IDs or user IDs. You can use these filters in various combinations to get the desired users. Some examples are shown below.
Prior to using this API, you must:
- Deploy v4.0.0-beta.19 or higher of the Velt SDK.
- Enable advanced queries option in the console
Endpoint
POST https://api.velt.dev/v2/users/get
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
1. Get users by organizationId
2. Get users by documentId within an organization
3. Get Users from all documents within an organization.
4. Get users by specific user IDs in an organization
5. Get users by specific user IDs in the given organization and document
6. Get users by organization and organization user group IDs
7. Get users by organization, organization user group IDs and user IDs
8. Get users by folderId within an organization
Response
Success Response
Success Response with allDocuments and groupByDocumentId
Failure Response
Was this page helpful?