POST v1/users/Signup

Request Information

URI Parameters

None.

Body Parameters

SimpleSignupInModel
NameDescriptionTypeAdditional information
password

string

Required

Min length: 7

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:
{
  "password": "sample string 1",
  "username": "sample string 2",
  "fullName": "sample string 3",
  "sourceId": 4,
  "landingId": 5,
  "fieldId": 6,
  "langId": 7
}

text/html

Sample:
{"password":"sample string 1","username":"sample string 2","fullName":"sample string 3","sourceId":4,"landingId":5,"fieldId":6,"langId":7}

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": "f3b49401-dad6-47cb-8042-8cafc29ab54e",
  "isNewUser": true
}

text/html

Sample:
{"authticket":"sample string 1","cguid":"f3b49401-dad6-47cb-8042-8cafc29ab54e","isNewUser":true}