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 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
|
List of Objects |
FALSE |
Output
Field | Definition | Type |
---|---|---|
User |
||
ID |
Unique ID of the user. |
Number |