Reassign processes to a new owner
POST/admin-processes/reassign
Reassign one or more processes (PRs, Approvals, Accountant Tasks) to a different user. The batch is atomic: if any process cannot be reassigned the whole batch is rolled back and an error is returned. On success every process in the batch is reassigned.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 429
- 500
All processes reassigned
Bad request - invalid parameters
Unauthorized
Forbidden - Admin access required
Conflict - a process closed before the batch ran, or the target is the buyer or requester behind one of its approvals
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error