Click or drag to resize
UsersGet Method (String)
Get information about a user.

Requires Authentication: False

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

Parameters

userId
Type: SystemString
The user identifier.

Return Value

Type: TaskUserResponse
user response
See Also