Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Security/Authenticate/Token/Generate/Windows |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : WindowsAuthenticationRequest
|
{
"UserGroup": "sample string 1",
"MachineLocation": "sample string 2",
"Application": "sample string 3"
}
<WindowsAuthenticationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Application>sample string 3</Application>
<MachineLocation>sample string 2</MachineLocation>
<UserGroup>sample string 1</UserGroup>
</WindowsAuthenticationRequest>
Response object type : AuthenticationTokenResponse
Response object type AuthenticationTokenResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Token | string |
{
"Token": "sample string 1"
}
<AuthenticationTokenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Token>sample string 1</Token>
</AuthenticationTokenResponse>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Operation Added | 15.0.0 | GenerateTokenWindows has been added. | GenerateTokenWindows |