Users Test
Security/Users?activeDirectoryUsername={activeDirectoryUsername}
Get details of a user for the specified activeDirectoryUsername.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/Users?activeDirectoryUsername={activeDirectoryUsername}

URI Parameters

Parameter Name Data Type Required Notes
activeDirectoryUsername string N

Request Body

None.

No request body.

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
Operation Added 15.0.0 GetActiveDirectoryUser has been added. GetActiveDirectoryUser