| Name |
Type |
Description |
Notes |
| Username |
String |
|
[optional] |
| Password |
String |
Initial password |
[optional] |
| DomainID |
Int32 |
|
[optional] [readonly] |
| Properties |
System.Collections.Hashtable |
User properties as name/value pairs |
[optional] |
| Altnames |
AltnamesInner[] |
List of alternative login names |
[optional] |
| Aliases |
String[] |
List of aliases for this user |
[optional] |
| Status |
UserStatus |
|
[optional] |
| Pop3Imap |
Boolean |
POP3/IMAP privilege |
[optional] |
| Smtp |
Boolean |
SMTP privilege |
[optional] |
| ChangePassword |
Boolean |
Password changing privilege |
[optional] |
| PublicAddress |
Boolean |
Public address privilege |
[optional] |
| PrivChat |
Boolean |
Chat privilege |
[optional] |
| PrivVideo |
Boolean |
Meet privilege |
[optional] |
| PrivFiles |
Boolean |
Files privilege |
[optional] |
| PrivArchive |
Boolean |
Archive privilege |
[optional] |
| PrivWeb |
Boolean |
Web privilege |
[optional] |
| PrivEas |
Boolean |
EAS privilege |
[optional] |
| PrivDav |
Boolean |
DAV privilege |
[optional] |
| Fetchmail |
FetchmailEntry[] |
List of fetchmail entries for this user |
[optional] |
| SyncPolicy |
SyncPolicy |
|
[optional] |
| Chat |
Boolean |
Whether chat is enabled for this user |
[optional] |
| ChatAdmin |
Boolean |
Whether this user has grommunio-chat admin permissions |
[optional] |
| Lang |
String |
User language |
[optional] |
| Forward |
Forward |
|
[optional] |
| Homeserver |
Int32 |
ID of the homeserver |
[optional] |
$UserInit = Initialize-GrommunioAdminUserInit -Username null `
-Password null `
-DomainID null `
-Properties null `
-Altnames null `
-Aliases null `
-Status null `
-Pop3Imap null `
-Smtp null `
-ChangePassword null `
-PublicAddress null `
-PrivChat null `
-PrivVideo null `
-PrivFiles null `
-PrivArchive null `
-PrivWeb null `
-PrivEas null `
-PrivDav null `
-Fetchmail null `
-SyncPolicy null `
-Chat null `
-ChatAdmin null `
-Lang null `
-Forward null `
-Homeserver null
- Convert the resource to JSON
$UserInit | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]