Team Management
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve a list of teams within the workspace, showcasing their members count and other details.
/workspaces/{workspaceId}/teams
Limits the number of results to return
Pagination token that keeps of track of the current position in the list
Order in which to retrieve the results
Sort by field specified
name
Retrieve information about a specific team within the workspace, including its name, and other details.
/workspaces/{workspaceId}/teams/{teamId}
Create a new team within the workspace, defining its name, and other relevant attributes.
/workspaces/{workspaceId}/teams
Modify the details of a specific team within the workspace, such as its name, or other attributes.
/workspaces/{workspaceId}/teams/{teamId}
Remove a specific team from the workspace, permanently deleting its profile and associated data.
/workspaces/{workspaceId}/teams/{teamId}
No body
Retrieve a list of members within the team, showcasing their names and other details.
/workspaces/{workspaceId}/teams/{teamId}/members
Add a new member to the team.
/workspaces/{workspaceId}/teams/{teamId}/members
user
Retrieve information about a specific member within the team, including their name and other details.
/workspaces/{workspaceId}/teams/{teamId}/members/user/{teamMemberUserID}
Remove a specific member from the team.
/workspaces/{workspaceId}/teams/{teamId}/members/user/{teamMemberUserID}
No body