POST /v1/teams
Create a Team
Create a new team for organizing users and controlling access
POST
POST /v1/teams
Create a Team
Create a new team for organizing users and controlling access to data assets.Body Parameters
string
required
Name of the team. Must be unique across all teams.
string
required
Type of team. One of:
Group, Department, Division, BusinessUnit, Organization.string
Human-readable display name for the team.
string
Description of the team in Markdown format.
string
Email address associated with the team.
array
Array of parent team references. A team can belong to a parent team in the hierarchy.
boolean
default:"true"
Whether users can join this team without an invitation.
array
Array of owner references (users or teams) to assign as owners of this team.
array
Array of policy references to attach to the team.
string
Fully qualified name of the domain to assign for governance purposes.
POST /v1/teams
Returns
Returns the created team object with all specified properties and system-generated fields.Response
string
Unique identifier for the team (UUID format).
string
Team name.
string
Fully qualified name (same as name for teams).
string
Human-readable display name.
string
Type of team (
Group, Department, Division, BusinessUnit, Organization).string
Description of the team in Markdown format.
array
Parent team references.
array
Users belonging to this team.
array
Child team references.
array
Policy references attached to the team.
array
List of owners assigned to the team.
array
Domain assignments for governance.
number
Version number for the entity (starts at 0.1).