GetUsers
Retrieves an array of user profiles based on the provided query parameters.
public static VyTask<VyUserProfileDto[]> GetUsers(VyQuery_GetUsers query = null)
Path Parameters
Returns
VyTask<VyUserProfileDto[]> An asynchronous task that returns an array of user profiles.
Last updated