POST v1/users/GetAuthTicketSocial
Request Information
URI Parameters
None.
Body Parameters
SocialSignUpInModel| Name | Description | Type | Additional information |
|---|---|---|---|
| profileId | string |
Required |
|
| accessToken | string |
Required |
|
| avatarUrl | string |
None. |
|
| username | string |
Required |
|
| fullName | string |
Required |
|
| sourceId | integer |
None. |
|
| landingId | integer |
None. |
|
| fieldId | integer |
None. |
|
| langId | integer |
None. |
Request Formats
application/json, text/json, application/vnd.team.do+json
Sample:
{
"profileId": "sample string 1",
"accessToken": "sample string 2",
"avatarUrl": "sample string 3",
"username": "sample string 4",
"fullName": "sample string 5",
"sourceId": 6,
"landingId": 7,
"fieldId": 8,
"langId": 9
}
text/html
Sample:
{"profileId":"sample string 1","accessToken":"sample string 2","avatarUrl":"sample string 3","username":"sample string 4","fullName":"sample string 5","sourceId":6,"landingId":7,"fieldId":8,"langId":9}
Response Information
Resource Description
AuthentificationOutModel| Name | Description | Type | Additional information |
|---|---|---|---|
| authticket | string |
None. |
|
| cguid | globally unique identifier |
None. |
|
| isNewUser | boolean |
None. |
Response Formats
application/json, text/json, application/vnd.team.do+json
Sample:
{
"authticket": "sample string 1",
"cguid": "e3c63f39-8107-4468-912a-f0b597f10db5",
"isNewUser": true
}
text/html
Sample:
{"authticket":"sample string 1","cguid":"e3c63f39-8107-4468-912a-f0b597f10db5","isNewUser":true}