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
)
Public Overridable Function GetUserAsync (
username As String
) As Task(Of GetUserResponse)
public:
virtual Task<GetUserResponse^>^ GetUserAsync(
String^ username
)
abstract GetUserAsync :
username : string -> Task<GetUserResponse>
override GetUserAsync :
username : string -> Task<GetUserResponse>
Parameters
- username
- Type: SystemString
The name of the user.
Return Value
Type:
TaskGetUserResponseImplements
IUserApiClientGetUserAsync(String)See Also