Click or drag to resize

UserApiClientGetUsersAsync 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
public virtual Task<GetUsersResponse> GetUsersAsync()

Return Value

Type: TaskGetUsersResponse

Implements

IUserApiClientGetUsersAsync
See Also