GET api/UserManagement/b2cUserHistoryChanges?azureB2CId={azureB2CId}&pageNumber={pageNumber}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
azureB2CId

string

None.

pageNumber

integer

None.

pageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

GetB2CUserHistoryChangesResponse

NameDescriptionTypeAdditional Information
TotalRecords

integer

None.

PageNumber

integer

None.

PageSize

integer

None.

Changes

Collection of TrackChanges

None.

ResponseCode

APIResponseCodes

None.

Message

string

None.

CorrelationId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalRecords": 1,
  "PageNumber": 2,
  "PageSize": 3,
  "Changes": [
    {
      "ObjectHistoryId": 1,
      "HistoryDateUTC": "2025-12-20T16:51:18.5291917+00:00",
      "User": "sample string 3",
      "ObjectId": 4,
      "ObjectHistoryTypeId": 0,
      "Values": [
        {
          "ObjectHistoryValueId": 1,
          "ObjectHistoryId": 2,
          "ObjectName": "sample string 3",
          "Before": "sample string 4",
          "After": "sample string 5",
          "LocaleID": "sample string 6",
          "ObjectHistorySubtypeID": 0,
          "Custom1": "sample string 7",
          "Custom2": "sample string 8",
          "Custom3": "sample string 9",
          "Custom4": "sample string 10",
          "Custom5": "sample string 11"
        },
        {
          "ObjectHistoryValueId": 1,
          "ObjectHistoryId": 2,
          "ObjectName": "sample string 3",
          "Before": "sample string 4",
          "After": "sample string 5",
          "LocaleID": "sample string 6",
          "ObjectHistorySubtypeID": 0,
          "Custom1": "sample string 7",
          "Custom2": "sample string 8",
          "Custom3": "sample string 9",
          "Custom4": "sample string 10",
          "Custom5": "sample string 11"
        }
      ],
      "Username": "sample string 5",
      "FormattedHistoryDate": "sample string 6",
      "FormattedValues": [
        "sample string 1",
        "sample string 2"
      ]
    },
    {
      "ObjectHistoryId": 1,
      "HistoryDateUTC": "2025-12-20T16:51:18.5291917+00:00",
      "User": "sample string 3",
      "ObjectId": 4,
      "ObjectHistoryTypeId": 0,
      "Values": [
        {
          "ObjectHistoryValueId": 1,
          "ObjectHistoryId": 2,
          "ObjectName": "sample string 3",
          "Before": "sample string 4",
          "After": "sample string 5",
          "LocaleID": "sample string 6",
          "ObjectHistorySubtypeID": 0,
          "Custom1": "sample string 7",
          "Custom2": "sample string 8",
          "Custom3": "sample string 9",
          "Custom4": "sample string 10",
          "Custom5": "sample string 11"
        },
        {
          "ObjectHistoryValueId": 1,
          "ObjectHistoryId": 2,
          "ObjectName": "sample string 3",
          "Before": "sample string 4",
          "After": "sample string 5",
          "LocaleID": "sample string 6",
          "ObjectHistorySubtypeID": 0,
          "Custom1": "sample string 7",
          "Custom2": "sample string 8",
          "Custom3": "sample string 9",
          "Custom4": "sample string 10",
          "Custom5": "sample string 11"
        }
      ],
      "Username": "sample string 5",
      "FormattedHistoryDate": "sample string 6",
      "FormattedValues": [
        "sample string 1",
        "sample string 2"
      ]
    }
  ],
  "ResponseCode": 0,
  "Message": "sample string 4",
  "CorrelationId": "sample string 5"
}

application/xml, text/xml

Sample:
<GetB2CUserHistoryChangesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <CorrelationId xmlns="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Contracts.API">sample string 5</CorrelationId>
  <Message xmlns="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Contracts.API">sample string 4</Message>
  <ResponseCode xmlns="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Contracts.API">Success</ResponseCode>
  <Changes xmlns:d2p1="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Model">
    <d2p1:TrackChanges>
      <d2p1:FormattedHistoryDate>sample string 6</d2p1:FormattedHistoryDate>
      <d2p1:FormattedValues xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:FormattedValues>
      <d2p1:HistoryDateUTC>2025-12-20T16:51:18.5291917+00:00</d2p1:HistoryDateUTC>
      <d2p1:ObjectHistoryId>1</d2p1:ObjectHistoryId>
      <d2p1:ObjectHistoryTypeId>Unused</d2p1:ObjectHistoryTypeId>
      <d2p1:ObjectId>4</d2p1:ObjectId>
      <d2p1:User>sample string 3</d2p1:User>
      <d2p1:Username>sample string 5</d2p1:Username>
      <d2p1:Values>
        <d2p1:TrackChangesValue>
          <d2p1:After>sample string 5</d2p1:After>
          <d2p1:Before>sample string 4</d2p1:Before>
          <d2p1:Custom1>sample string 7</d2p1:Custom1>
          <d2p1:Custom2>sample string 8</d2p1:Custom2>
          <d2p1:Custom3>sample string 9</d2p1:Custom3>
          <d2p1:Custom4>sample string 10</d2p1:Custom4>
          <d2p1:Custom5>sample string 11</d2p1:Custom5>
          <d2p1:LocaleID>sample string 6</d2p1:LocaleID>
          <d2p1:ObjectHistoryId>2</d2p1:ObjectHistoryId>
          <d2p1:ObjectHistorySubtypeID>Unused</d2p1:ObjectHistorySubtypeID>
          <d2p1:ObjectHistoryValueId>1</d2p1:ObjectHistoryValueId>
          <d2p1:ObjectName>sample string 3</d2p1:ObjectName>
        </d2p1:TrackChangesValue>
        <d2p1:TrackChangesValue>
          <d2p1:After>sample string 5</d2p1:After>
          <d2p1:Before>sample string 4</d2p1:Before>
          <d2p1:Custom1>sample string 7</d2p1:Custom1>
          <d2p1:Custom2>sample string 8</d2p1:Custom2>
          <d2p1:Custom3>sample string 9</d2p1:Custom3>
          <d2p1:Custom4>sample string 10</d2p1:Custom4>
          <d2p1:Custom5>sample string 11</d2p1:Custom5>
          <d2p1:LocaleID>sample string 6</d2p1:LocaleID>
          <d2p1:ObjectHistoryId>2</d2p1:ObjectHistoryId>
          <d2p1:ObjectHistorySubtypeID>Unused</d2p1:ObjectHistorySubtypeID>
          <d2p1:ObjectHistoryValueId>1</d2p1:ObjectHistoryValueId>
          <d2p1:ObjectName>sample string 3</d2p1:ObjectName>
        </d2p1:TrackChangesValue>
      </d2p1:Values>
    </d2p1:TrackChanges>
    <d2p1:TrackChanges>
      <d2p1:FormattedHistoryDate>sample string 6</d2p1:FormattedHistoryDate>
      <d2p1:FormattedValues xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:FormattedValues>
      <d2p1:HistoryDateUTC>2025-12-20T16:51:18.5291917+00:00</d2p1:HistoryDateUTC>
      <d2p1:ObjectHistoryId>1</d2p1:ObjectHistoryId>
      <d2p1:ObjectHistoryTypeId>Unused</d2p1:ObjectHistoryTypeId>
      <d2p1:ObjectId>4</d2p1:ObjectId>
      <d2p1:User>sample string 3</d2p1:User>
      <d2p1:Username>sample string 5</d2p1:Username>
      <d2p1:Values>
        <d2p1:TrackChangesValue>
          <d2p1:After>sample string 5</d2p1:After>
          <d2p1:Before>sample string 4</d2p1:Before>
          <d2p1:Custom1>sample string 7</d2p1:Custom1>
          <d2p1:Custom2>sample string 8</d2p1:Custom2>
          <d2p1:Custom3>sample string 9</d2p1:Custom3>
          <d2p1:Custom4>sample string 10</d2p1:Custom4>
          <d2p1:Custom5>sample string 11</d2p1:Custom5>
          <d2p1:LocaleID>sample string 6</d2p1:LocaleID>
          <d2p1:ObjectHistoryId>2</d2p1:ObjectHistoryId>
          <d2p1:ObjectHistorySubtypeID>Unused</d2p1:ObjectHistorySubtypeID>
          <d2p1:ObjectHistoryValueId>1</d2p1:ObjectHistoryValueId>
          <d2p1:ObjectName>sample string 3</d2p1:ObjectName>
        </d2p1:TrackChangesValue>
        <d2p1:TrackChangesValue>
          <d2p1:After>sample string 5</d2p1:After>
          <d2p1:Before>sample string 4</d2p1:Before>
          <d2p1:Custom1>sample string 7</d2p1:Custom1>
          <d2p1:Custom2>sample string 8</d2p1:Custom2>
          <d2p1:Custom3>sample string 9</d2p1:Custom3>
          <d2p1:Custom4>sample string 10</d2p1:Custom4>
          <d2p1:Custom5>sample string 11</d2p1:Custom5>
          <d2p1:LocaleID>sample string 6</d2p1:LocaleID>
          <d2p1:ObjectHistoryId>2</d2p1:ObjectHistoryId>
          <d2p1:ObjectHistorySubtypeID>Unused</d2p1:ObjectHistorySubtypeID>
          <d2p1:ObjectHistoryValueId>1</d2p1:ObjectHistoryValueId>
          <d2p1:ObjectName>sample string 3</d2p1:ObjectName>
        </d2p1:TrackChangesValue>
      </d2p1:Values>
    </d2p1:TrackChanges>
  </Changes>
  <PageNumber>2</PageNumber>
  <PageSize>3</PageSize>
  <TotalRecords>1</TotalRecords>
</GetB2CUserHistoryChangesResponse>