POST api/v1/users/{userId}/logins
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
AppUserLoginInfo| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Errors | Collection of string |
None. |
|
| Succeeded | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.