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.

Feedback

Was this page helpful?