Skip to main content

User Attributes

Each user in JumpCloud can be decorated with a series of attributes to create a profile for use in the directory, which can then be consumed by resource endpoints via various protocols.

Attributes come in two types: standard user attributes and Custom User Attributes. This article will go over standard user attributes, as well as how they map to LDAP.

User Attributes

Standard User Attributes

AttributePurpose
First NameThe user’s first name. Free form. Available in: API, Admin Portal, User Portal
Middle NameThe user’s middle name. Free form. Available in: API, Admin Portal
Last NameThe user’s last name. Free form. Available in: API, Admin Portal, User Portal
UsernameThe user’s JumpCloud username. Restricted free-form, required, uniqueness enforced within org. Consider the naming convention for users before you build your directory. IMPORTANT: Username can only be modified if the user is not bound to any resources. Learn more about potential impacts of removing resource bindings to make username modifications. Available in: API, Admin Portal, User Portal
Display NamePreferred name of a user, if they prefer to be called by a name other than firstname + lastname. Note: Use of special characters in the Display Name field, such as commas or slashes (i.e. “Lastname, Firstname”) is not recommended for users that will be accessing Linux devices due to POSIX compatibility requirements on those operating systems. Free form. Available in: API, Admin Portal
Managed Apple IDUser's email address that allows iOS users to access Apple services. Free form.
Company EmailUser’s email address. Free form, required, global uniqueness enforced. Available in: API, Admin Portal, User Portal
User Creation DateThe date the user was created in the system. This is a read-only attribute that is automatically populated after a new user is saved. Available in: API, Admin Portal
LDAP Distinguished NameLDAP Distinguished Name for the user. Automatically populated for user. Available in: API, Admin Portal
DescriptionA description of the user. Free form. Available in: API, Admin Portal
PasswordUser’s password. Free form. Available in: API, Admin Portal, User Portal
Employee IDAlphanumeric identifier assigned to a user, typically based on order of hire or association with an org, at the discretion of the admin. Free form, uniqueness enforced within org. Available in: API, Admin Portal
Job TitleThe job title of a user. Free form. Available in: API, Admin Portal
Employee TypeUsed to identify the employer to employee relationship. Free form. Available in: API, Admin Portal
CompanyThe name of the user's employer. Free form. Available in: API, Admin Portal
DepartmentThe department in which the user works. Free form. Available in: API, Admin Portal
Cost CenterA defined area to whom direct and indirect costs are allocated. Free form. Available in: API, Admin Portal
LocationThe name of the location where the user works. Free form. Available in: API, Admin Portal, User Portal
Work CountryThe name of the country where the user works. Drop-down list in Admin Portal; free form in User Portal. Available in: API, Admin Portal, User Portal
Work PhoneWork telephone number for the user. Free form. Available in: API, Admin Portal, User Portal
Work CellWork cell phone number for the user. Free form. Available in: API, Admin Portal, User Portal
Work FaxWork fax telephone number for the user. Free form. Available in: API, Admin Portal, User Portal
Work Street AddressWork street address for the user. Free form. Available in: API, Admin Portal, User Portal
PO BoxWork PO Box for the user. Free form. Available in: API, Admin Portal, User Portal
Work CityWork city for the user. Free form. Available in: API, Admin Portal, User Portal
Work StateWork state for the user. Free form. Available in: API, Admin Portal, User Portal
Work Postal CodeWork postal code for the user. Free form. Available in: API, Admin Portal, User Portal
Home PhonePersonal home phone number for the user. Free form. Available in: API, Admin Portal, User Portal
Personal CellPersonal cell phone number for the user. Free form. Available in: API, Admin Portal, User Portal
Home Street AddressHome street address for the user. Free form. Available in: API, Admin Portal, User Portal
PO BoxPersonal PO Box for the user. Free form. Available in: API, Admin Portal, User Portal
Home CityHome address city for the user. Free form Available in: API, Admin Portal, User Portal
Home StateHome address state for the user. Free form. Available in: API, Admin Portal, User Portal
Home Postal CodeHome address postal code for the user. Free form. Available in: API, Admin Portal, User Portal
Home CountryHome address country for the user. Free form. Available in: API, Admin Portal, User Portal
Unix User ID (UID)The numerical Unix user id for the user. Numeric, required (auto-generated if not specified). Available in: API, Admin Portal
Unix Group ID (GID)The numerical Unix group id for the user. Numeric, required (auto-generated if not specified). Available in: API, Admin Portal

For more information on interacting with user attributes via API, refer to our JumpCloud API documentation.

LDAP Attribute Mapping

All standard user attributes are available to consume from LDAP for users that are bound to the JumpCloud LDAP-as-a-Service directory. The following mapping shows how JumpCloud attributes are represented in LDAP-as-a-Service.

LDAP Attributes

LDAP Attributes

JumpCloud AttributeLDAP Attribute
First NamegivenName
Last Namesn
Usernameuid
Emailmail
PassworduserPassword
Middle Nameinitials
Display NamedisplayName
Home PhonehomePhone
Personal Cellmobile
Work PhonetelephoneNumber
Work Cellpager
Work FaxfacsimileTelephoneNumber
Home Address -PO Box -Street -City -State -Zip -CountryhomePostalAddress
Work Address -PO Box -Street -City -State -Zip -CountrypostalAddress -postOfficeBox -street -l -st -postalCode -co
Titletitle
DepartmentdepartmentNumber
Cost CenterbusinessCategory
LocationphysicalDeliveryOfficeName
Employee IDemployeeNumber
Employee TypeemployeeType
Companycompany
Unix User ID (UID)uidNumber
Unix Group ID (GID)gidNumber
Descriptiondescription

Was this information helpful?