Read User

Retrieve the details of an existing Salesforce user.

Input

Field Definition Type Required
Read By
User ID

Unique identifier of the user.

String TRUE

Output

Field Definition Type
User
First Name First name of user. String
Last Name Last name of user. String
Username User's unique login, in the form of an email address. String
Email Email address of user. String
Is Active? Indicator if the user is active. Boolean
Is Frozen? Indicator if the user is frozen. Boolean
Profile Name User's base-level permissions in Salesforce. String
Role Name User's position in the organization. String
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). String
Nickname Name used to identify user in a community. String
Title

Job title of the user.

String
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). String
Language User's primary language. Dropdown
Mobile Phone User's cellular or mobile phone number. String
Phone User's phone number. String
Street User's street address. String
City City portion of user's address. String
State/Province State or province portion of user's address. String
Country Country portion of user's address. String
Zip/Postal Code Zip code or postal code portion of user's address. String
Employee Number Unique identification number for the user. String
Company Name Name of the user's company. String
Division Division of the company (for example, PC Sales Group). String
Department Department or group in the company (for example, Customer Support). String
Manager ID Unique identifier of user's manager. String
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. String
Additional dynamically generated custom fields.

Related topics

Salesforce connector

Workflow elements

Salesforce developer documentation