milvus-logo
LFAI
< Docs
  • C#

SelectAllUsersAsync()

Gets information about all users defined in Milvus, including optionally all their users.

Invocation

await milvusClient.SelectAllUsersAsync(includeRoleInfo = true, cancellationToken = default);

Parameters

ParameterDescriptionTypeRequired
includeRoleInfoWhether to include role information in the results.boolFalse
cancellationTokenThe token to monitor for cancellation requests. The default value is CancellationToken.None.CancellationTokenFalse

Return

A list of UserResult instances containing information about all the users.

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?