Click or drag to resize

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()

Return Value

Type: TaskGetUsersResponse
See Also