IUserApiClientGetUsersAsync Method |
Fetches data about all users.
You need the Administrate server access level in order to execute this REST call.
Otherwise, you will only get information about yourself.
Namespace:
ArangoDBNetStandard.UserApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Task<GetUsersResponse> GetUsersAsync()
Function GetUsersAsync As Task(Of GetUsersResponse)
Task<GetUsersResponse^>^ GetUsersAsync()
abstract GetUsersAsync : unit -> Task<GetUsersResponse>
Return Value
Type:
TaskGetUsersResponseSee Also