π Describe the Bug
We need "assignedTo" added to the results of upsert endpoint.
π API Endpoint
/contacts/upsert
β
Expected Behavior
Return assignedTo userId. It is returned only on get contact by id endpoint.
π» Screenshots or Code Samples
No response
Product Area
contacts
π Use Case
Less API calls to call the get contact by Id endpoint just to retrieve the assignedTo value
π¨ Why Should This Be Prioritized?
Assists 3rd party SMS providers needing to check the contacts assigned user with less API calls. Reduces API calls. We currently use upsert and have to add get contact by id to fetch the assigned user.
π§ Additional Context
No response
π Describe the Bug
We need "assignedTo" added to the results of upsert endpoint.
π API Endpoint
/contacts/upsert
β Expected Behavior
Return assignedTo userId. It is returned only on get contact by id endpoint.
π» Screenshots or Code Samples
No response
Product Area
contacts
π Use Case
Less API calls to call the get contact by Id endpoint just to retrieve the assignedTo value
π¨ Why Should This Be Prioritized?
Assists 3rd party SMS providers needing to check the contacts assigned user with less API calls. Reduces API calls. We currently use upsert and have to add get contact by id to fetch the assigned user.
π§ Additional Context
No response