Assign an approval task
POST/approvals/tasks/:id/assign
Assigns a tag-based task to a user by setting approver_code (self-assignment or assign-to-others).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Task assigned successfully
Bad request - missing parameters
Unauthorized
Forbidden - insufficient permissions or not a tag member
Task not found
Conflict - task already completed, not actionable, or assigned to the buyer or requester of its own request
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