| 
									
										
										
										
											2023-04-25 16:58:47 +02:00
										 |  |  | --- | 
					
						
							|  |  |  | title: createUser | 
					
						
							|  |  |  | slug: /main-concepts/metadata-standard/schemas/api/teams/createuser | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # CreateUserRequest
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | *Request to create User entity* | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## Properties
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-14 14:12:27 +02:00
										 |  |  | - **`name`**: Refer to *../../entity/teams/user.json#/definitions/entityName*. | 
					
						
							| 
									
										
										
										
											2023-04-25 16:58:47 +02:00
										 |  |  | - **`description`**: Used for user biography. Refer to *../../type/basic.json#/definitions/markdown*. | 
					
						
							|  |  |  | - **`displayName`** *(string)*: Name used for display purposes. Example 'FirstName LastName'. | 
					
						
							|  |  |  | - **`email`**: Refer to *../../type/basic.json#/definitions/email*. | 
					
						
							|  |  |  | - **`timezone`** *(string)*: Timezone of the user. | 
					
						
							|  |  |  | - **`isBot`** *(boolean)*: When true indicates user is a bot with appropriate privileges. | 
					
						
							| 
									
										
										
										
											2023-07-14 14:12:27 +02:00
										 |  |  | - **`botName`** *(string)*: User bot name if we want to associate this bot with an specific bot. | 
					
						
							| 
									
										
										
										
											2023-04-25 16:58:47 +02:00
										 |  |  | - **`isAdmin`** *(boolean)*: When true indicates user is an administrator for the system with superuser privileges. Default: `False`. | 
					
						
							|  |  |  | - **`profile`**: Refer to *../../type/profile.json*. Default: `None`. | 
					
						
							|  |  |  | - **`teams`** *(array)*: Teams that the user belongs to. Default: `None`. | 
					
						
							|  |  |  |   - **Items**: Refer to *../../type/basic.json#/definitions/uuid*. | 
					
						
							|  |  |  | - **`roles`** *(array)*: Roles that the user has been assigned. Default: `None`. | 
					
						
							|  |  |  |   - **Items**: Refer to *../../type/basic.json#/definitions/uuid*. | 
					
						
							| 
									
										
										
										
											2023-07-14 14:12:27 +02:00
										 |  |  | - **`authenticationMechanism`**: Authentication mechanism specified . Refer to *../../entity/teams/user.json#/definitions/authenticationMechanism*. Default: `None`. | 
					
						
							|  |  |  | - **`createPasswordType`** *(string)*: User Password Method. Must be one of: `['ADMIN_CREATE', 'USER_CREATE']`. Default: `USER_CREATE`. | 
					
						
							|  |  |  | - **`password`** *(string)*: Password for User. | 
					
						
							|  |  |  | - **`confirmPassword`** *(string)*: Confirm Password for User. | 
					
						
							| 
									
										
										
										
											2023-04-25 16:58:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-14 14:12:27 +02:00
										 |  |  | Documentation file automatically generated at 2023-07-07 05:50:35.981927. |