mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	 69342d4783
			
		
	
	
		69342d4783
		
			
		
	
	
	
	
		
			
			* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
		
			
				
	
	
	
		
			2.9 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			2.9 KiB
		
	
	
	
	
	
	
	
| title | slug | 
|---|---|
| createTeam | /main-concepts/metadata-standard/schemas/api/teams/createteam | 
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'.
- 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 an- Organizationthe- parentis always null. A- BusinessUnitalways has only one parent of type- BusinessUnitor an- Organization. A- Divisioncan have multiple parents of type- BusinessUnitor- Division. A- Departmentcan have multiple parents of type- Divisionor- Department. Default:- null.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
- children(array): Children teams. An- Organizationcan have- BusinessUnit,- Divisionor- Departmentas children. A- BusinessUnitcan have- BusinessUnit,- Division, or- Departmentas children. A- Divisioncan have- Divisionor- Departmentas children. A- Departmentcan have- Departmentas children. Default:- null.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
- users(array): Optional IDs of users that are part of the team. Default:- null.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
- defaultRoles(array): Roles to be assigned to all users that are part of this team. Default:- null.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
- owners: Owners sof this team. . Refer to ../../type/entityReferenceList.json. Default:- null.
- 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:- null.- Items: Refer to ../../type/basic.json#/definitions/uuid.
 
- domains(array): Domains the team belongs to. Default:- null.- Items: Refer to ../../type/basic.json#/definitions/entityName.
 
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.