usermapping EntityType

User Mapping

Entity Set Path
[organization URI]/api/data/v9.2/usermappings
Base Type
crmbaseentity
Display Name
User Mapping
Primary Key
usermappingid
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
claimtype Edm.String

The Claim Type

Display Name: Claim Type

createdon Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
exchangerate Edm.Decimal

Exchange rate for the currency associated with the UserMapping with respect to the base currency.

Display Name: ExchangeRate

Read Only
modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display Name: Modified On

Read Only
partnerapplicationtype Edm.Int32

The partner application for which this claim mapping is to be used. (exchange or sharepoint)

Display Name: Choose the Partner Application Type

Default Options
Values Label
0 SharePoint
1 Exchange
systemuserattributename Edm.String

The user attribute.

Display Name: The System User Attribute

timezoneruleversionnumber Edm.Int32

For internal use only.

Display Name: Time Zone Rule Version Number

usermappingid Edm.Guid

Unique identifier for entity instances

Display Name: UserMapping

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display Name: UTC Conversion Time Zone Code

versionnumber Edm.Int64
Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_modifiedby_value modifiedby

Unique identifier of the user who modified the record.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the record.

_organizationid_value organizationid

Unique identifier for the organization

_transactioncurrencyid_value transactioncurrencyid

Exchange rate for the currency associated with the UserMapping with respect to the base currency.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_usermapping_createdby
createdonbehalfby systemuser lk_usermapping_createdonbehalfby
modifiedby systemuser lk_usermapping_modifiedby
modifiedonbehalfby systemuser lk_usermapping_modifiedonbehalfby
organizationid organization organization_UserMapping
transactioncurrencyid transactioncurrency TransactionCurrency_UserMapping

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
usermapping_AsyncOperations asyncoperation regardingobjectid_usermapping
usermapping_BulkDeleteFailures bulkdeletefailure regardingobjectid_usermapping
usermapping_ProcessSession processsession regardingobjectid_usermapping

See also