CreateTeamRequest
Team entity
Properties
teamType: Team type. Refer to ../../entity/teams/team.json#/definitions/teamType.name: Refer to ../../type/basic.json#/definitions/entityName.email: Email address of the team. Refer to ../../type/basic.json#/definitions/email.displayName(string): Optional name used for display purposes. Example 'Marketing Team'.externalId(string): External identifier for the team from an external identity provider (e.g., Azure AD group ID).description: Optional description of the team. Refer to ../../type/basic.json#/definitions/markdown.profile: Optional team profile information. Refer to ../../type/profile.json.parents(array): Parent teams. For anOrganizationtheparentis always null. ABusinessUnitalways has only one parent of typeBusinessUnitor anOrganization. ADivisioncan have multiple parents of typeBusinessUnitorDivision. ADepartmentcan have multiple parents of typeDivisionorDepartment. Default:None.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
children(array): Children teams. AnOrganizationcan haveBusinessUnit,DivisionorDepartmentas children. ABusinessUnitcan haveBusinessUnit,Division, orDepartmentas children. ADivisioncan haveDivisionorDepartmentas children. ADepartmentcan haveDepartmentas children. Default:None.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
users(array): Optional IDs of users that are part of the team. Default:None.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
defaultRoles(array): Roles to be assigned to all users that are part of this team. Default:None.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
owners: Owners sof this team. . Refer to ../../type/entityReferenceList.json. Default:None.isJoinable(boolean): Can any user join this team during sign up? Value of true indicates yes, and false no. Default:True.policies(array): Policies that is attached to this team. Default:None.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
domains(array): Domains the team belongs to. Default:None.- Items: Refer to ../../type/basic.json#/definitions/entityName.
 
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.