Update User
Update a user in Jamf Pro Classic API.
Options
Field | Definition | Type | Required |
---|---|---|---|
Updated By |
Choose one of the following options as the user identifier for the input field:
|
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 user. | String | TRUE |
Update To | |||
Username | Username of user. | String | FALSE |
Full Name | First and last name of the user. | String | FALSE |
Email of the user. | String | TRUE | |
Phone Number | Phone number of the user. | String | FALSE |
Position |
Position of the user.
For example, teachers. |
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.
For example, { "extension_attribute": { "name": "FirstExtension", "value": "TestAttribute" } }
Or
{ "extension_attribute": { "id": 1, "value": "TestAttribute" } } |
List of Objects | FALSE |
Output
Field | Definition | Type |
---|---|---|
Status Code | Result of the operation. The HTTP status code is returned by the connector and indicates whether the action taken by the card succeeded or failed. For example:
For a full list of possible status codes, see HTTP status codes. |
Number |
Related topics
Jamf Pro Classic API connector