GetRoles
Retrieves an array of VyRoleInfoDto objects representing the roles of the current user.
public static VyTask<VyRoleInfoDto[]> GetRoles()
Path Parameters
Returns
VyTask<VyRoleInfoDto[]> An asynchronous task that returns an array of VyRoleInfoDto objects representing the roles of the current user.
Last updated