For the complete documentation index, see llms.txt. This page is also available as Markdown.

getUsers

Description

This endpoint retrieves all your users and their information.

public getUsers(query?: VyQuery_GetUsers) : VyPromise<VyUserDto[]>

Parameters

query (optional)

Query to filter the operation results

Returns

VyPromise<VyUserDto[]> All users retrieved successfully.

Last updated