GET v1/users/GetAuthSSOmobile?ssoToken={ssoToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ssoToken | string |
Required |
Body Parameters
None.
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": "440caef5-777e-4925-a80f-17b5b4002a8c",
"isNewUser": true
}
text/html
Sample:
{"authticket":"sample string 1","cguid":"440caef5-777e-4925-a80f-17b5b4002a8c","isNewUser":true}