Users
Get Users v2
POST
/
v2
/
users
/
get
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.
Endpoint
POST https://api.velt.dev/v2/users/get
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. Get users by organizationId
2. Get users by documentId within an organization
3. Get users by specific user IDs in an organization
4. Get users by specific user IDs in the given organization and document
5. Get users by organization and organization user group IDs
6. Get users by organization, organization user group IDs and user IDs
Response
Success Response
Failure Response
Was this page helpful?