GET restapi/personal/sso/url/v1?url={url}

Creates a short-lived SSO Url to itslearning. Users will be not be prompted to log in when using this Url.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
url

Encoded itslearning url.

string

Required

Body Parameters

None.

Response Information

Resource Description

Itslearning.RestApi.Entities.Personal.ItslearningUrl
NameDescriptionTypeAdditional information
Url

SSO Url to itslearning.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1"
}

application/xml, text/xml

Sample:
<ItslearningUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Url>sample string 1</Url>
</ItslearningUrl>