Create User

Create a user in Jamf Pro Classic API.

Input

Field Definition Type Required
User
Username Username for the user. String TRUE
Full Name First and last name of the user. String FALSE
Email Email of the user. String FALSE
Phone Number Phone number of the user. Number FALSE
Position Position of the user. String FALSE
Extension Attributes Extra inventory information about a device. Provide multiple JSON objects as a name-value pair, or a id-value pair wrapped by an extension_attribute key.

Here's an example.

Copy
{
"extension_attribute":
{
"name": "FirstExtension",
"value": "TestAttribute"
}
}
Or
{
"extension_attribute":
{
"id": 1,
"value": "TestAttribute"
}
}
List of Objects FALSE

Output

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

Related topics

Jamf Pro Classic API connector

Workflow elements

Jamf Pro Classic API API overview