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

URI Parameters

Parameter Name Data Type Required Notes
activeDirectoryUsername string N

Request Body

None.

No request body.

Response object type : UserInformation

Response object type UserInformation has the following properties.
Property Name Data Type Length Required Readonly Notes
DefaultUserGroupId string
User User
UserGroups Collection of UserGroup
{
  "User": {
    "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
  },
  "UserGroups": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Description": "sample string 3",
      "IsAdmin": true,
      "AllowApp": true,
      "AllowTablet": true,
      "AllowOnTheGo": true,
      "AllowAnalytics": true,
      "Division": {
        "Id": "sample string 1",
        "Name": "sample string 2",
        "Description": "sample string 3",
        "Organization": {
          "Id": 1,
          "Description": "sample string 1",
          "LicenseeAccountCode": "sample string 2"
        }
      },
      "CreatedDateTime": "2025-04-24T04:42:58.2326585-07:00",
      "CreateLocation": "sample string 9",
      "CreatedBy": "sample string 10",
      "UpdatedDateTime": "2025-04-24T04:42:58.2326585-07:00",
      "UpdatedBy": "sample string 11"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Description": "sample string 3",
      "IsAdmin": true,
      "AllowApp": true,
      "AllowTablet": true,
      "AllowOnTheGo": true,
      "AllowAnalytics": true,
      "Division": {
        "Id": "sample string 1",
        "Name": "sample string 2",
        "Description": "sample string 3",
        "Organization": {
          "Id": 1,
          "Description": "sample string 1",
          "LicenseeAccountCode": "sample string 2"
        }
      },
      "CreatedDateTime": "2025-04-24T04:42:58.2326585-07:00",
      "CreateLocation": "sample string 9",
      "CreatedBy": "sample string 10",
      "UpdatedDateTime": "2025-04-24T04:42:58.2326585-07:00",
      "UpdatedBy": "sample string 11"
    }
  ],
  "DefaultUserGroupId": "sample string 1"
}
<UserInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <DefaultUserGroupId>sample string 1</DefaultUserGroupId>
  <User>
    <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>
  <UserGroups>
    <UserGroup>
      <AllowAnalytics>true</AllowAnalytics>
      <AllowApp>true</AllowApp>
      <AllowOnTheGo>true</AllowOnTheGo>
      <AllowTablet>true</AllowTablet>
      <CreateLocation>sample string 9</CreateLocation>
      <CreatedBy>sample string 10</CreatedBy>
      <CreatedDateTime>2025-04-24T04:42:58.2326585-07:00</CreatedDateTime>
      <Description>sample string 3</Description>
      <Division>
        <Description>sample string 3</Description>
        <Id>sample string 1</Id>
        <Name>sample string 2</Name>
        <Organization>
          <Description>sample string 1</Description>
          <Id>1</Id>
          <LicenseeAccountCode>sample string 2</LicenseeAccountCode>
        </Organization>
      </Division>
      <Id>sample string 1</Id>
      <IsAdmin>true</IsAdmin>
      <Name>sample string 2</Name>
      <UpdatedBy>sample string 11</UpdatedBy>
      <UpdatedDateTime>2025-04-24T04:42:58.2326585-07:00</UpdatedDateTime>
    </UserGroup>
    <UserGroup>
      <AllowAnalytics>true</AllowAnalytics>
      <AllowApp>true</AllowApp>
      <AllowOnTheGo>true</AllowOnTheGo>
      <AllowTablet>true</AllowTablet>
      <CreateLocation>sample string 9</CreateLocation>
      <CreatedBy>sample string 10</CreatedBy>
      <CreatedDateTime>2025-04-24T04:42:58.2326585-07:00</CreatedDateTime>
      <Description>sample string 3</Description>
      <Division>
        <Description>sample string 3</Description>
        <Id>sample string 1</Id>
        <Name>sample string 2</Name>
        <Organization>
          <Description>sample string 1</Description>
          <Id>1</Id>
          <LicenseeAccountCode>sample string 2</LicenseeAccountCode>
        </Organization>
      </Division>
      <Id>sample string 1</Id>
      <IsAdmin>true</IsAdmin>
      <Name>sample string 2</Name>
      <UpdatedBy>sample string 11</UpdatedBy>
      <UpdatedDateTime>2025-04-24T04:42:58.2326585-07:00</UpdatedDateTime>
    </UserGroup>
  </UserGroups>
</UserInformation>
Change Version Description Contract Old New
Operation Changed 15.1.0 Route has changed from Security/Users/Info/ to Security/Users/Info Security/Users/Info/ Security/Users/Info
Operation Added 15.0.0 GetUserInformationForActiveDirectoryUser has been added. GetUserInformationForActiveDirectoryUser