Read User

Read a user in Jamf Pro Classic API.

Options

Field Definition Type Required

Read By

Choose one of the following options as the user identifier for the input field:

  • ID: Unique ID of the user.

  • Username: Username of the user.

Dropdown

TRUE

Input

The User fields are dynamically generated based on the field selected in Options.

Field Definition Type Required

User

ID

Unique ID of the user.

Number

TRUE

Username

Username of the user.

Text

TRUE

Output

Field Definition Type

User

ID

Unique ID of the user.

Number

Name

Name of the user.

Text

Full Name

First and last name of the user.

Text

Email

Email of the user.

Text

Phone Number

Phone number of the user.

Text

Position

Position of the user.

For example, teachers.

Text

Enable Custom Photo URL

Specifies whether custom photo can be enabled on device.

True/False

Custom Photo URL

Custom photo URL distribution point URL for user images.

Text

LDAP Server

LDAP Server identification information.

Object

Sites

Specifies which components can be viewed and managed by the user group.

Sites are components that Jamf Pro administrators can create to determine which objects (for example, computers, mobile devices, or apps) that Jamf Pro users can view and manage. See Sites.

Object

Extension Attributes

Extra inventory information about a device. Below is one object example in the response list.

Copy
{
"extension_attribute":
{
"name": "FirstExtension",
"value": "TestAttribute"
}
}

Or

{
"extension_attribute":
{
"id": 1,
"value": "TestAttribute"
}
}

List of Objects

Links

Computers

Indicates all computers.

List of Objects

Peripherals

Indicates all peripheral device types.

List of Objects

Mobile Devices

Mobile devices associated with the user.

List of Objects

VPP Assignments

Indicates the Volume Purchasing Programing assignments.

List of Objects

Total VPP Code Count

Indicates the number of Total VPP code count.

Number

Related topics

Jamf Pro Classic API connector

Cards in flows

Jamf Pro Classic API documentation