Read User

Retrieve the details of an existing Salesforce user.

Input

Field Definition Type Required
Read By
User ID

Unique identifier of the user.

Text

TRUE

Output

Field Definition Type

User

First Name First name of user.

Text

Last Name Last name of user.

Text

Username User's unique login, in the form of an email address.

Text

Email Email address of user.

Text

Is Active? Indicator if the user is active.

True/False

Is Frozen? Indicator if the user is frozen.

True/False

Profile Name User's base-level permissions in Salesforce.

Text

Role Name User's position in the organization.

Text

Alias Short name to identify the user on pages where the entire name does not fit (if no value is provided, alias is generated based on the Username, trimmed to eight characters).

Text

Nickname Name used to identify user in a community.

Text

Title

Job title of the user.

Text

Email Encoding Character set and encoding for outbound email sent by user, defaulted to Unicode (UTF-8).

Dropdown

Locale User's country or geographic region, defaulted to en_US (locales supported by Salesforce can be found here).

Text

Language User's primary language.

Dropdown

Mobile Phone User's cellular or mobile phone number.

Text

Phone User's phone number.

Text

Street User's street address.

Text

City City portion of user's address.

Text

State/Province State or province portion of user's address.

Text

Country Country portion of user's address.

Text

Zip/Postal Code Zip code or postal code portion of user's address.

Text

Employee Number Unique identification number for the user.

Text

Company Name Name of the user's company.

Text

Division Division of the company (for example, PC Sales Group).

Text

Department Department or group in the company (for example, Customer Support).

Text

Manager ID Unique identifier of user's manager.

Text

Permission Set Names Array of permission set names you can grant to the user.

List of Text

Permission Set Groups Names Array of permission set groups names you can grant to the user.

List of Text

Public Group Names Array of public group names to which you can assign the user.

List of Text

Feature License Names Array of feature licenses you can grant to the user (feature licenses provide access to features not included in the user license).

List of Text

Time Zone Primary time zone in which the user works, defaulted to (GMT-07:00) Pacific Daylight Time (America/Los_Angeles).

Dropdown

Federation ID User's unique identification for federation across multiple apps.

Text

Additional dynamically generated custom fields.

Related topics

Salesforce connector

Workflow elements

Salesforce developer documentation