Re-Assign Requesting User

Use this endpoint to re-assign the requesting user of a Job to a different user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Why would I use this?

This request will assign a job to a different user on a given org. You might use this if you wanted to re-assign a job to a different field technician to complete; for example user A initially assigned to the job is no longer servicing the neighborhood, but user B is. You can reassign user A's job to user B.

Response Code Snippet

If the request was successful, you'll get back a 204 response, which looks like an expty JSON blob. Follow below to learn more about the request and what makes up the responses.

//empty response -- API request was successful
Path Params
string
required
Query Params
string

The ID value of the person who the job is being re-assigned to as the "requesting user"

string

The current user ID -- must be an admin in the authenticated org. Either current_user_id or current_user_email is required.

string

The current user email -- must be an admin on the authenticated org. Either current_user_id or current_user_email is required.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json