| Http Verb | GET |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Security/Users/{userName} |
URI Parameters
|
Request BodyNone. |
Response object type : User
| Response object type User has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| ActiveDirectoryUserName | string | ||||
| EmailAddress | string | ||||
| FirstName | string | ||||
| Id | string | ||||
| Inactive | boolean | ||||
| LastName | string | ||||
| Locked | boolean | ||||
| LoginCount | integer | ||||
| MaxLogins | integer | ||||
| WorkerConstituentId | integer |
{
"Id": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmailAddress": "sample string 4",
"Inactive": true,
"WorkerConstituentId": 1,
"Locked": true,
"ActiveDirectoryUserName": "sample string 7",
"LoginCount": 8,
"MaxLogins": 9
}
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ActiveDirectoryUserName>sample string 7</ActiveDirectoryUserName>
<EmailAddress>sample string 4</EmailAddress>
<FirstName>sample string 2</FirstName>
<Id>sample string 1</Id>
<Inactive>true</Inactive>
<LastName>sample string 3</LastName>
<Locked>true</Locked>
<LoginCount>8</LoginCount>
<MaxLogins>9</MaxLogins>
<WorkerConstituentId>1</WorkerConstituentId>
</User>
| Change | Version | Description | Contract | Old | New |
|---|---|---|---|---|---|
| Property Added | 15.0.0 | ActiveDirectoryUserName has been added to User | User | User.ActiveDirectoryUserName | |
| Property Added | 15.0.0 | EmailAddress has been added to User | User | User.EmailAddress | |
| Property Added | 15.0.0 | LoginCount has been added to User | User | User.LoginCount | |
| Property Added | 15.0.0 | MaxLogins has been added to User | User | User.MaxLogins |