Click or drag to resize
SubscriptionCreateUser Method
Creates a user subscription.

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<SubscriptionResponse> CreateUser(
	string verifyToken = null
)

Parameters

verifyToken (Optional)
Type: SystemString
The verify token.

Return Value

Type: TaskSubscriptionResponse
Check the Meta Property for any errors. E.G. Meta.Code =HttpStatusCode.BadRequest, ErrorType="APISubscriptionError" and ErrorMessage="Unable to reach callback URL [url] will be set if the callback url has issues"
See Also