---
title: Supported attributes reference
description: The following table consists of the attributes that can be mapped on a user during provisioning.
component: concur
page_id: concur:setup:pf_concur_connector_supported_attributes_reference
canonical_url: https://docs.pingidentity.com/integrations/concur/setup/pf_concur_connector_supported_attributes_reference.html
revdate: June 26, 2024
---

# Supported attributes reference

The following table consists of the attributes that can be mapped on a user during provisioning.

Learn more in [User](https://developer.concur.com/api-reference/user/) in the Concur API reference documentation.

|   |                                                                                                                                              |
| - | -------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Many fields are required based on your Concur account configuration. Ensure that you are sending data for all user fields that are required. |

| Attribute                 | Description                                                                                                                                                                                                                   |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| loginId                   | The URL-encoded Concur login of the user. This value must be unique. This attribute is required.                                                                                                                              |
| empId                     | The unique identifier for the user. This attribute is required.                                                                                                                                                               |
| emailAddress              | The user's email address.                                                                                                                                                                                                     |
| Password                  | The user's password. This element can be used to enter the password for a new user, but cannot be used to update the password for an existing user. This attribute is required.                                               |
| crnKey                    | The 3-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the user's reimbursement currency. For example, United States Dollar is USD.                                                                |
| ctryCode                  | The [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code. For example, United States is US.                                                                                                     |
| ctrySubCode               | The user's two-character country code and two-character state or province code. For example, Washington State, United States is US-WA.                                                                                        |
| custom1 through custom21  | The custom fields on the Employee form. Varies depending on configuration. There are two types of custom lists: simple lists and connected (multi-level) lists. We do not support connected lists.                            |
| expenseUserApprover       | Whether the user is an Expense approver. Available options include: Y/N.                                                                                                                                                      |
| expenseUser               | Whether the user has access to Expense. Available options include: Y/N.                                                                                                                                                       |
| firstName                 | The user's first name.                                                                                                                                                                                                        |
| invoiceUserApprover       | Whether the user is an Invoice approver. Available options include: Y/N.                                                                                                                                                      |
| invoiceUser               | Whether the user has access to Invoice. Available options include: Y/N.                                                                                                                                                       |
| lastName                  | The user's last name.                                                                                                                                                                                                         |
| ledgerKey                 | The user's assigned account code ledger. For example, Default. NOTE: This is required for new users.                                                                                                                          |
| localeName                | The user's language locale code. Learn more in [Locale Codes](https://developer.concur.com/tools-support/reference/locale-codes.html) in the Concur API reference documentation.For example, United States English is en\_US. |
| mI                        | The user's middle initial.                                                                                                                                                                                                    |
| orgUnit1 through orgUnit6 | The custom organizational unit fields on the Employee form. Varies depending on configuration.                                                                                                                                |
| tripUser                  | Whether the user has access to Travel. Available options include: Y/N.                                                                                                                                                        |
| isTestEmp                 | Whether the user is a test user. Available options include: Y/N.                                                                                                                                                              |
