POST api/user/userActivities

Gets information about users assigned to user group (profile scope required)

Request Information

URI Parameters

None.

Body Parameters

GetUserActivitiesRequest
NameDescriptionTypeAdditional information
KnownSearchFields

Collection of string

None.

KnownSortFields

Collection of string

None.

PageSize

integer

None.

PageIndex

integer

None.

SearchBy

Collection of Filter

None.

SortBy

Collection of Sort

None.

Request Formats

application/json, text/json

Sample:
{
  "KnownSearchFields": [
    "RaiseDate",
    "Message",
    "UserId",
    "Username",
    "IsSuccess",
    "EventType",
    "ProductKey",
    "ProductName",
    "LicenseId",
    "InstitutionNumber",
    "UserGroupName",
    "UserRoleId",
    "UserRole"
  ],
  "KnownSortFields": [
    "RaiseDate",
    "Message",
    "UserId",
    "Username",
    "IsSuccess",
    "EventType",
    "ProductKey",
    "ProductName",
    "LicenseId",
    "InstitutionNumber",
    "UserGroupName",
    "UserRoleId",
    "UserRole"
  ],
  "PageSize": 1,
  "PageIndex": 2,
  "SearchBy": [
    {
      "Key": "sample string 1",
      "Value": {},
      "Type": 0
    },
    {
      "Key": "sample string 1",
      "Value": {},
      "Type": 0
    }
  ],
  "SortBy": [
    {
      "Key": "sample string 1",
      "Order": 0
    },
    {
      "Key": "sample string 1",
      "Order": 0
    }
  ]
}

application/xml, text/xml

Sample:
<GetUserActivitiesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Requests.GetRequests">
  <KnownSearchFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
    <d2p1:string>RaiseDate</d2p1:string>
    <d2p1:string>Message</d2p1:string>
    <d2p1:string>UserId</d2p1:string>
    <d2p1:string>Username</d2p1:string>
    <d2p1:string>IsSuccess</d2p1:string>
    <d2p1:string>EventType</d2p1:string>
    <d2p1:string>ProductKey</d2p1:string>
    <d2p1:string>ProductName</d2p1:string>
    <d2p1:string>LicenseId</d2p1:string>
    <d2p1:string>InstitutionNumber</d2p1:string>
    <d2p1:string>UserGroupName</d2p1:string>
    <d2p1:string>UserRoleId</d2p1:string>
    <d2p1:string>UserRole</d2p1:string>
  </KnownSearchFields>
  <KnownSortFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
    <d2p1:string>RaiseDate</d2p1:string>
    <d2p1:string>Message</d2p1:string>
    <d2p1:string>UserId</d2p1:string>
    <d2p1:string>Username</d2p1:string>
    <d2p1:string>IsSuccess</d2p1:string>
    <d2p1:string>EventType</d2p1:string>
    <d2p1:string>ProductKey</d2p1:string>
    <d2p1:string>ProductName</d2p1:string>
    <d2p1:string>LicenseId</d2p1:string>
    <d2p1:string>InstitutionNumber</d2p1:string>
    <d2p1:string>UserGroupName</d2p1:string>
    <d2p1:string>UserRoleId</d2p1:string>
    <d2p1:string>UserRole</d2p1:string>
  </KnownSortFields>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">2</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">1</PageSize>
  <SearchBy xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
    <Filter>
      <Key>sample string 1</Key>
      <Type>None</Type>
      <Value />
    </Filter>
    <Filter>
      <Key>sample string 1</Key>
      <Type>None</Type>
      <Value />
    </Filter>
  </SearchBy>
  <SortBy xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
    <Sort>
      <Key>sample string 1</Key>
      <Order>None</Order>
    </Sort>
    <Sort>
      <Key>sample string 1</Key>
      <Order>None</Order>
    </Sort>
  </SortBy>
</GetUserActivitiesRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns users in user group

ApiCollectionResponseOfGetUserActivitiesResponse
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

Total

integer

None.

SearchBy

Collection of Filter

None.

SortBy

Collection of Sort

None.

Data

Collection of GetUserActivitiesResponse

None.

Errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "Total": 3,
  "SearchBy": [
    {
      "Key": "sample string 1",
      "Value": {},
      "Type": 0
    },
    {
      "Key": "sample string 1",
      "Value": {},
      "Type": 0
    }
  ],
  "SortBy": [
    {
      "Key": "sample string 1",
      "Order": 0
    },
    {
      "Key": "sample string 1",
      "Order": 0
    }
  ],
  "Data": [
    {
      "Id": "e53a5740-212d-4a7a-ad4e-cee446f4988c",
      "RaiseDate": "2025-12-25T15:45:48.8781771+00:00",
      "Message": "sample string 3",
      "UserId": "91602b85-934f-416f-8fbf-9be4113c53f6",
      "Username": "sample string 4",
      "IsSuccess": "sample string 5",
      "EventType": "sample string 6",
      "ProductKey": "sample string 7",
      "ProductName": "sample string 8",
      "LicenseId": "854f3937-79d3-41b4-8eaf-4db151b723dd",
      "InstitutionNumber": "sample string 9",
      "UserGroupName": "sample string 10",
      "UserRoleId": "a1ea180c-4287-43f2-a7ad-f8652748a478",
      "UserRole": "sample string 11",
      "AccountId": "85bd98b3-ad9e-4703-a55b-6411b123756f"
    },
    {
      "Id": "e53a5740-212d-4a7a-ad4e-cee446f4988c",
      "RaiseDate": "2025-12-25T15:45:48.8781771+00:00",
      "Message": "sample string 3",
      "UserId": "91602b85-934f-416f-8fbf-9be4113c53f6",
      "Username": "sample string 4",
      "IsSuccess": "sample string 5",
      "EventType": "sample string 6",
      "ProductKey": "sample string 7",
      "ProductName": "sample string 8",
      "LicenseId": "854f3937-79d3-41b4-8eaf-4db151b723dd",
      "InstitutionNumber": "sample string 9",
      "UserGroupName": "sample string 10",
      "UserRoleId": "a1ea180c-4287-43f2-a7ad-f8652748a478",
      "UserRole": "sample string 11",
      "AccountId": "85bd98b3-ad9e-4703-a55b-6411b123756f"
    }
  ],
  "Errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<ApiCollectionResponseOfGetUserActivitiesResponseLgVmlFmJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
    <d2p1:GetUserActivitiesResponse>
      <d2p1:AccountId>85bd98b3-ad9e-4703-a55b-6411b123756f</d2p1:AccountId>
      <d2p1:EventType>sample string 6</d2p1:EventType>
      <d2p1:Id>e53a5740-212d-4a7a-ad4e-cee446f4988c</d2p1:Id>
      <d2p1:InstitutionNumber>sample string 9</d2p1:InstitutionNumber>
      <d2p1:IsSuccess>sample string 5</d2p1:IsSuccess>
      <d2p1:LicenseId>854f3937-79d3-41b4-8eaf-4db151b723dd</d2p1:LicenseId>
      <d2p1:Message>sample string 3</d2p1:Message>
      <d2p1:ProductKey>sample string 7</d2p1:ProductKey>
      <d2p1:ProductName>sample string 8</d2p1:ProductName>
      <d2p1:RaiseDate>2025-12-25T15:45:48.8781771+00:00</d2p1:RaiseDate>
      <d2p1:UserGroupName>sample string 10</d2p1:UserGroupName>
      <d2p1:UserId>91602b85-934f-416f-8fbf-9be4113c53f6</d2p1:UserId>
      <d2p1:UserRole>sample string 11</d2p1:UserRole>
      <d2p1:UserRoleId>a1ea180c-4287-43f2-a7ad-f8652748a478</d2p1:UserRoleId>
      <d2p1:Username>sample string 4</d2p1:Username>
    </d2p1:GetUserActivitiesResponse>
    <d2p1:GetUserActivitiesResponse>
      <d2p1:AccountId>85bd98b3-ad9e-4703-a55b-6411b123756f</d2p1:AccountId>
      <d2p1:EventType>sample string 6</d2p1:EventType>
      <d2p1:Id>e53a5740-212d-4a7a-ad4e-cee446f4988c</d2p1:Id>
      <d2p1:InstitutionNumber>sample string 9</d2p1:InstitutionNumber>
      <d2p1:IsSuccess>sample string 5</d2p1:IsSuccess>
      <d2p1:LicenseId>854f3937-79d3-41b4-8eaf-4db151b723dd</d2p1:LicenseId>
      <d2p1:Message>sample string 3</d2p1:Message>
      <d2p1:ProductKey>sample string 7</d2p1:ProductKey>
      <d2p1:ProductName>sample string 8</d2p1:ProductName>
      <d2p1:RaiseDate>2025-12-25T15:45:48.8781771+00:00</d2p1:RaiseDate>
      <d2p1:UserGroupName>sample string 10</d2p1:UserGroupName>
      <d2p1:UserId>91602b85-934f-416f-8fbf-9be4113c53f6</d2p1:UserId>
      <d2p1:UserRole>sample string 11</d2p1:UserRole>
      <d2p1:UserRoleId>a1ea180c-4287-43f2-a7ad-f8652748a478</d2p1:UserRoleId>
      <d2p1:Username>sample string 4</d2p1:Username>
    </d2p1:GetUserActivitiesResponse>
  </Data>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Errors>
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
  <SearchBy>
    <Filter>
      <Key>sample string 1</Key>
      <Type>None</Type>
      <Value />
    </Filter>
    <Filter>
      <Key>sample string 1</Key>
      <Type>None</Type>
      <Value />
    </Filter>
  </SearchBy>
  <SortBy>
    <Sort>
      <Key>sample string 1</Key>
      <Order>None</Order>
    </Sort>
    <Sort>
      <Key>sample string 1</Key>
      <Order>None</Order>
    </Sort>
  </SortBy>
  <Total>3</Total>
</ApiCollectionResponseOfGetUserActivitiesResponseLgVmlFmJ>