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. String TRUE

Output

Field Definition Type
User
ID Unique ID of the user. Number
Name

Name of the user.

String
Full Name First and last name of the user. String
Email Email of the user. String
Phone Number Phone number of the user. String
Position Position of the user.

For example, teachers.

String
Enable Custom Photo URL Specifies whether custom photo can be enabled on device. Boolean
Custom Photo URL Custom photo URL distribution point URL for user images. String
LDAP Server LDAP Server identification information. Object
Sites Components that can be viewed and managed by the user group. Administrators can create sites to determine which objects Jamf Pro users can view and manage.

For example, computers, mobile devices, or apps.

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

Workflow elements

Jamf Pro Classic API API overview