Looking for API endpoint in freshsales get all collaboraters list in portal

  1. Looking for API endpoint in freshsales get all collaborators list in portal.
    I checked below link but how to achieve it development side
    https://support.freshsales.io/support/solutions/articles/217649-how-to-use-tasks-to-collaborate-with-your-team

Hi @Subashini_Srirengam1

Welcome to the community! :wave: Did you find the following APIs useful to your scenario?

Or are you looking for obtaining the list of all possible collaborators? In that case, you can use this API to fetch all existing user details in the portal

curl --location \
--request GET 'https://{subdomain}.freshsales.io/api/selector/owners' \
--header 'Authorization: Token token={apikey}' 
4 Likes

Thank you so much. Awesome I got list of owners using by selector - your reply help me to achieved.

3 Likes