POST v1/users/GetAuthTicketSocial
Request Information
URI Parameters
None.
Body Parameters
SocialSignUpInModelName | 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
AuthentificationOutModelName | 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": "bc27d7b5-5736-43e2-83f5-867949cb7b8a", "isNewUser": true }
text/html
Sample:
{"authticket":"sample string 1","cguid":"bc27d7b5-5736-43e2-83f5-867949cb7b8a","isNewUser":true}