Click or drag to resize
UsersGetSelf 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> GetSelf()

Return Value

Type: TaskUserResponse
User response
See Also