Click or drag to resize

IUserApiClientGetUserAsync 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
Task<GetUserResponse> GetUserAsync(
	string username
)

Parameters

username
Type: SystemString
The name of the user.

Return Value

Type: TaskGetUserResponse
See Also