Entitlement Reconciliations

The EntitlementReconciliation table in the Entitlement package contains key data points linking user identity and access control privileges to its corresponding entitlement. The information stored in this table includes the user account identifier, entitlement name, resource name, list of specified access control privileges, and the start and end dates associated with the entitlement. This table can be used to monitor user access privileges and enable consistent audit trail activities.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The EntitlementReconciliationCycleId field of type int in the EntitlementReconciliation table is used to identify a unique cycle of reconciliation. It is intended to help identify which cycles of reconciliation have been run and to distinguish among different cycles.

string
required
length between 1 and 128

The AccountText field in the EntitlementReconciliation table is a nvarchar data type, with a maximum length of 128 characters, that stores text descriptions for associated accounts.

int32

AccountId is an integer data type field in the EntitlementReconciliation table which stores the unique identifier of each account, associated with the entitlement reconciliation process.

string
required
length between 1 and 128

PersonText is an nvarchar field in the EntitlementReconciliation table that stores up to 128 characters of text about a person related to a particular entitlement reconciliation.

int32

The PersonId field in the EntitlementReconciliation table is an integer data type that stores a unique identifier for each person in the system. This identifier is used to uniquely distinguish each person from all others in the system, and is used in all reconciliation processes.

string
required
length between 1 and 64

EntitlementText is a nvarchar field in the EntitlementReconciliation table that stores up to 64 characters of text providing additional information about a particular Entitlement Reconciliation record.

string
required
length between 1 and 64

The field EntitlementId is an nvarchar data type with a maximum length of 64 in the EntitlementReconciliation table. It is used to store a unique identifier for each entitlement being reconciled or tracked in the table.

string
required
length between 1 and 64

AccountActivityText is an nvarchar field in the EntitlementReconciliation table with a maximum length of 64. It stores text descriptions of any account activities that may have taken place since the last reconciliation.

string
required
length between 1 and 64

The AccountActivityId field in the EntitlementReconciliation table is a nvarchar data type with a maximum length of 64. This field is a unique identifier assigned to each account activity that tracks the activity associated with a particular account. It serves as a reference code for accounting and reconciliation processes throughout the organization.

string | null

EntitlementReconciliationStateId is an nvarchar field in the EntitlementReconciliation table. It stores up to 128 characters of text and is used to track the current state of each EntitlementReconciliation record.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!