Skip to main content
Solved

Is it really not possible to give a API created Teammate Group access to a workspace via the API?

  • June 25, 2025
  • 4 replies
  • 85 views

Forum|alt.badge.img+1

initially I thought adding the inbox access to the newly created teammate group would work but I get an error that Team access is required to link to team inboxes. I find it odd that I can create a teammate group via the API but cant actually add inbox permissions without a manual step in between? Any insight would be appreciated, just want to make sure I am not missing something.  Thank you! 

Best answer by Maxime Haudebert

Hi Darrin! This is doable through this endpoint: https://dev.frontapp.com/reference/add-company-teammate-group-teams

 

You can also remove and list workspaces a teammate group currently has access to via the following resources:

https://dev.frontapp.com/reference/remove-company-teammate-group-teams

https://dev.frontapp.com/reference/list-company-teammate-group-teams

 

Unfortunately those endpoints are still using our old terminology “teams” instead of “workspaces”, which is probably why you did not find them. I’m working on updating them as we speak.

4 replies

Maxime Haudebert
Forum|alt.badge.img+5

Hi Darrin! This is doable through this endpoint: https://dev.frontapp.com/reference/add-company-teammate-group-teams

 

You can also remove and list workspaces a teammate group currently has access to via the following resources:

https://dev.frontapp.com/reference/remove-company-teammate-group-teams

https://dev.frontapp.com/reference/list-company-teammate-group-teams

 

Unfortunately those endpoints are still using our old terminology “teams” instead of “workspaces”, which is probably why you did not find them. I’m working on updating them as we speak.


Forum|alt.badge.img+1
  • Author
  • Conversationalist
  • June 26, 2025

Thank you so much! The whole team vs workspace is a little confusing and the link that Front has to “Learn more about Teams / Workspaces” brings you to a page not found view haha 


Javier - Developer Relations
Forum|alt.badge.img+9

@darrin The correct link is https://help.front.com/en/articles/2183

Thanks for pointing it out, it has been fixed! Also, we added “Workspaces” to the parent category for those endpoints to hopefully make them easier to find while the API still uses the old /teams route.


Forum|alt.badge.img+1
  • Author
  • Conversationalist
  • June 26, 2025

@darrin The correct link is https://help.front.com/en/articles/2183

Thanks for pointing it out, it has been fixed! Also, we added “Workspaces” to the parent category for those endpoints to hopefully make them easier to find while the API still uses the old /teams route.

You guys are awesome, thank you!