POST v1/users/GetAuthTicket
Request Information
URI Parameters
None.
Body Parameters
SimpleLoginInModelName | Description | Type | Additional information |
---|---|---|---|
username | string |
Required |
|
password | string |
Required |
Request Formats
application/json, text/json, application/vnd.team.do+json
Sample:
{ "username": "sample string 1", "password": "sample string 2" }
text/html
Sample:
{"username":"sample string 1","password":"sample string 2"}
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": "6b787b43-6d71-4cb2-9fc9-939557e7372e", "isNewUser": true }
text/html
Sample:
{"authticket":"sample string 1","cguid":"6b787b43-6d71-4cb2-9fc9-939557e7372e","isNewUser":true}