Skip to content

Commit d70f22d

Browse files
committed
Updated docs
1 parent 5feafa0 commit d70f22d

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

docs/Set-SnipeitUser.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Creates a new user
1616
Set-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)
5858
Aliases:
5959

6060
Required: False
61-
Position: 19
61+
Position: 20
6262
Default value: None
6363
Accept pipeline input: False
6464
Accept wildcard characters: False
@@ -163,7 +163,7 @@ Parameter Sets: (All)
163163
Aliases:
164164

165165
Required: False
166-
Position: 16
166+
Position: 17
167167
Default value: None
168168
Accept pipeline input: False
169169
Accept wildcard characters: False
@@ -214,6 +214,21 @@ Accept pipeline input: False
214214
Accept 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
218233
ID number of localtion
219234
@@ -299,7 +314,7 @@ Parameter Sets: (All)
299314
Aliases:
300315

301316
Required: False
302-
Position: 17
317+
Position: 18
303318
Default value: Patch
304319
Accept pipeline input: False
305320
Accept wildcard characters: False
@@ -315,7 +330,7 @@ Parameter Sets: (All)
315330
Aliases:
316331

317332
Required: False
318-
Position: 18
333+
Position: 19
319334
Default value: None
320335
Accept pipeline input: False
321336
Accept wildcard characters: False

0 commit comments

Comments
 (0)