SecurityUserGroups Test
Security/UserGroups/Default?userName={userName}
Get the default security user group.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/UserGroups/Default?userName={userName}

URI Parameters

Parameter Name Data Type Required Notes
userName string N

Request Body

None.

No request body.

Response object type : DefaultUserGroup

Response object type DefaultUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
UserGroup string
{
  "UserGroup": "sample string 1"
}
<DefaultUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <UserGroup>sample string 1</UserGroup>
</DefaultUserGroup>

No entries in change log for this operation.