Click or drag to resize

UserApiClientGetUserAsync Method

Fetches data about the specified user. You can fetch information about yourself or you need the Administrate server access level in order to execute this REST call.

Namespace:  ArangoDBNetStandard.UserApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetUserResponse> GetUserAsync(
	string username
)

Parameters

username
Type: SystemString
The name of the user.

Return Value

Type: TaskGetUserResponse

Implements

IUserApiClientGetUserAsync(String)
See Also