Organize users into teams for resource ownership, collaboration, and scoped access control in Altostrat SDX.
GET
/teams to retrieve a list of teams accessible to the authenticated user.The Team Overview page lists all teams the user is a member of.
team:create
permission scope.
Navigate and Initiate
Starting the team creation process from the Team Overview page.
Clicking the '+New' button.
Name the Team
Entering a name for the new team.
Confirm Creation
POST
/teams). You can now manage its members and settings.team:update
permission scope (or Owner privileges).
Select the Team
Selecting the 'NoC Team' from the list to edit its details.
Update Details
PUT
/teams/{team}).Editing the team name and adjusting the optional Site Limit.
PUT
/teams/{team}/switch endpoint to change the active team context for subsequent API calls using the same authentication token/session.team:delete
permission scope (or Owner privileges).
Select the Team
Initiate Deletion
Locating the delete button within the team's settings page.
Confirm Deletion
DELETE
/teams/{team}).Confirming the permanent deletion of the team and its resources.