GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Updates an existing user by email address

Updates an existing user by email address

🔄

Jamf Pro API equivalent available: PUT /api/v1/users/{id}. The Jamf Pro API offers full parity for this resource. We recommend using the Jamf Pro API for new integrations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
<user>
	<name>AHarrison</name>
	<full_name>Ashley Harrison</full_name>
	<email>[email protected]</email>
	<email_address>[email protected]</email_address>
	<phone_number>123-555-6789</phone_number>
	<position>Teacher</position>
	<sites>
		<site>
			<id>-1</id>
			<name>None</name>
		</site>
	</sites>
</user>

Privileges required to interact with this endpoint: Update - Users

Path Params
string
required

Email address value to filter by

Response
201

Created

Language
Credentials
Basic
base64
:
LoadingLoading…