api.jobs.on_hold.get_followup_user
GET /job/{jobDisplayId}/onhold/followupuser/{contactId}— ACPortal
Python
api.jobs.on_hold.get_followup_user(job_display_id: int, contact_id: str) -> OnHoldUser
CLI
ab jobs on_hold get_followup_user <job_display_id> <contact_id>
Resolve one follow-up user by contact ID.
Response
Returns OnHoldUser.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Contact ID |
|
|
no |
User name |
|
|
no |
User email |
|
|
no |
Full display name |
|
|
no |
Relation to the job (e.g. Pickup Agent, Owner) |