POST Users/ValidateAppAccountLinkCode/{code}?deviceToken={deviceToken}

validate an app-account link code. The code should be provided by a user. If the code is valid, an AuthenticatedUser will be created for the user who provided the code. The Authentication Token there should be used by other APIs that need it. This is an alternative way for a user to authenticate with SMG if they don't have or want to use a username/password.

Request Information

URI Parameters

NameDescriptionType Additional information
code

The app account link code

string

Required

deviceToken

Optional device token identifer for sending push notifications

string

Body Parameters

None.

Response Information

Resource Description

Smg.RestApi.Model.Users.AppAccountLinkResponse

response to the /Users/ValidateAppAccountLinkCode API

Response Formats