POST v1/users/GetAuthTicketSocial

Request Information

URI Parameters

None.

Body Parameters

SocialSignUpInModel
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "ecb4a2e9-c254-4eb2-aa88-1111069e9e08",
  "isNewUser": true
}

text/html

Sample:
{"authticket":"sample string 1","cguid":"ecb4a2e9-c254-4eb2-aa88-1111069e9e08","isNewUser":true}