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": "f86862f0-37ee-4e43-9371-580f95af76cb",
"isNewUser": true
}
text/html
Sample:
{"authticket":"sample string 1","cguid":"f86862f0-37ee-4e43-9371-580f95af76cb","isNewUser":true}