APIs & Integrations

vivganes
Member

Any way to search owners object by first name/last name?

SOLVE

Using OAuth, is there a way to seach owners objects by first name or last name?  Currenly i see only api to search by email.

 

The use case I am trying to accomplish is to show a searchable field to assign an owner to a task.

 

They would type the owner's first name or last name and i want to show them names that they can assign the task to.

0 Upvotes
1 Accepted solution
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Any way to search owners object by first name/last name?

SOLVE

Hi @vivganes ,

Currently, there is no API's for that particular approach but you can get all the owners and then filter them separate them by name after looping on them.

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards. 

View solution in original post

0 Upvotes
2 Replies 2
vivganes
Member

Any way to search owners object by first name/last name?

SOLVE

Thanks for the information, @webdew 

 

My only concern is why fetch all the owners (particularly if there are thousands of owners in an organization).  Looks like, the only way is what you said now.

 

In case you find some other way, please let me know. 

0 Upvotes
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Any way to search owners object by first name/last name?

SOLVE

Hi @vivganes ,

Currently, there is no API's for that particular approach but you can get all the owners and then filter them separate them by name after looping on them.

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards. 

0 Upvotes