Click or drag to resize
UsersGet Method
Get information about authenticated user.

Requires Authentication: True

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<UserResponse> Get()

Return Value

Type: TaskUserResponse
User response
See Also