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
|
||||||
| 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 |