@@ -16,8 +16,8 @@ Creates a new user
1616Set-SnipeitUser [-id] <Int32[]> [[-first_name] <String>] [[-last_name] <String>] [[-username] <String>]
1717 [[-jobtitle] <String>] [[-email] <String>] [[-phone] <String>] [[-password] <String>] [[-company_id] <Int32>]
1818 [[-location_id] <Int32>] [[-department_id] <Int32>] [[-manager_id] <Int32>] [[-employee_num] <String>]
19- [[-activated] <Boolean>] [[-notes] <String>] [[-image ] <String >] [-image_delete] [[-RequestType ] <String>]
20- [[-url] <String>] [[-apiKey] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+ [[-activated] <Boolean>] [[-notes] <String>] [[-ldap_import ] <Boolean >] [[-image ] <String>] [-image_delete ]
20+ [[-RequestType] <String>] [[- url] <String>] [[-apiKey] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2121```
2222
2323## DESCRIPTION
@@ -58,7 +58,7 @@ Parameter Sets: (All)
5858Aliases :
5959
6060Required : False
61- Position : 19
61+ Position : 20
6262Default value : None
6363Accept pipeline input : False
6464Accept wildcard characters : False
@@ -163,7 +163,7 @@ Parameter Sets: (All)
163163Aliases :
164164
165165Required : False
166- Position : 16
166+ Position : 17
167167Default value : None
168168Accept pipeline input : False
169169Accept wildcard characters : False
@@ -214,6 +214,21 @@ Accept pipeline input: False
214214Accept wildcard characters : False
215215` ` `
216216
217+ ### -ldap_import
218+ Mark user as import from ldap
219+
220+ ` ` ` yaml
221+ Type : Boolean
222+ Parameter Sets : (All)
223+ Aliases :
224+
225+ Required : False
226+ Position : 16
227+ Default value : False
228+ Accept pipeline input : False
229+ Accept wildcard characters : False
230+ ` ` `
231+
217232### -location_id
218233ID number of localtion
219234
@@ -299,7 +314,7 @@ Parameter Sets: (All)
299314Aliases :
300315
301316Required : False
302- Position : 17
317+ Position : 18
303318Default value : Patch
304319Accept pipeline input : False
305320Accept wildcard characters : False
@@ -315,7 +330,7 @@ Parameter Sets: (All)
315330Aliases :
316331
317332Required : False
318- Position : 18
333+ Position : 19
319334Default value : None
320335Accept pipeline input : False
321336Accept wildcard characters : False
0 commit comments