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
SyntaxTask<GetUserResponse> GetUserAsync(
	string username
)
Function GetUserAsync ( 
	username As String
) As Task(Of GetUserResponse)
Task<GetUserResponse^>^ GetUserAsync(
	String^ username
)
abstract GetUserAsync : 
        username : string -> Task<GetUserResponse> 
Parameters
- username
 - Type: SystemString
The name of the user. 
Return Value
Type: 
TaskGetUserResponse
See Also