POST api/v1/users/{userId}/logins

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

AppUserLoginInfo
NameDescriptionTypeAdditional information
LoginProvider

string

None.

ProviderKey

string

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded, text/html

Sample:

Sample not available.

Response Information

Resource Description

AppIdentityResult
NameDescriptionTypeAdditional information
Errors

Collection of string

None.

Succeeded

boolean

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.