Create User

Create a user in Jamf Pro Classic API.

Input

Field Definition Type Required

User

Username

Username for the user.

Text

TRUE

Full Name

First and last name of the user.

Text

FALSE

Email

Email of the user.

Text

FALSE

Phone Number

Phone number of the user.

Number

FALSE

Position

Position of the user.

Text

FALSE

Extension Attributes

Extra inventory information about a device. Provide multiple JSON objects as a name-value pair, or an 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

Cards in flows

Jamf Pro Classic API documentation