[Index]
Model ref.: device/activedirectoryhybrid/ADUser
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "msExchApprovalApplicationLink": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchApprovalApplicationLink", "title": "msExchApprovalApplicationLink", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "logonCount": { "__type_requested": "System.Int32", "required": false, "name": "logonCount", "title": "logonCount", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchPoliciesIncluded": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchPoliciesIncluded", "title": "msExchPoliciesIncluded", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "Title": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's title. This parameter sets the Title property of a user object. The LDAP display name (ldapDisplayName) of this property is title.", "title": "Title", "required": false, "readonly": false, "type": "string", "name": "Title" }, "msExchUMTemplateLink": { "__type_requested": "System.String", "required": false, "name": "msExchUMTemplateLink", "title": "msExchUMTemplateLink", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msRTCSIP-DeploymentLocator": { "readonly": true, "required": false, "type": "string", "name": "msRTCSIP-DeploymentLocator", "title": "msRTCSIP-DeploymentLocator" }, "primaryGroupID": { "__type_requested": "System.Int32", "required": false, "name": "primaryGroupID", "title": "primaryGroupID", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "LastLogonDate": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "LastLogonDate", "title": "LastLogonDate", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "lastLogonTimestamp": { "__type_requested": "System.Int64", "required": false, "name": "lastLogonTimestamp", "title": "lastLogonTimestamp", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchModerationFlags": { "__type_requested": "System.Int32", "required": false, "name": "msExchModerationFlags", "title": "msExchModerationFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "SID": { "__type_requested": "System.Security.Principal.SecurityIdentifier", "required": false, "name": "SID", "title": "SID", "__type_mapping_type": "Complex.SecurityIdentifier", "readonly": true, "type": "object", "properties": { "BinaryLength": { "type": "integer", "name": "BinaryLength", "title": "BinaryLength" }, "Value": { "type": "string", "name": "Value", "title": "Value" }, "AccountDomainSid": { "type": "string", "name": "AccountDomainSid", "title": "AccountDomainSid" } } }, "Certificates": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "__type_mapping_type": "String[]", "description": "Specifies an array of certificates. The cmdlet modifies the DER-encoded X.509v3 certificates of the account. These certificates include the public key certificates issued to this account by the Microsoft Certificate Service. This parameter sets the Certificates property of the account object. The LDAP Display Name (ldapDisplayName) for this property is userCertificate.\nSyntax:\nTo add values:\n-Certificates @{Add=value1,value2,...}\nTo remove values:\n-Certificates @{Remove=value3,value4,...}\nTo replace values:\n-Certificates @{Replace=value1,value2,...}\nTo clear all values:\n-Certificates $null\nYou can specify more than one operation by using a list separated by semicolons. For example, use the following syntax to add and remove Certificate values\n-Certificates @{Add=value1,value2,...};@{Remove=value3,value4,...}\nThe operators will be applied in the following sequence:\n..Remove\n..Add\n..Replace", "title": "Certificates", "items": { "type": "string" }, "required": false, "readonly": false, "type": "array", "name": "Certificates" }, "instanceType": { "__type_requested": "System.Int32", "required": false, "name": "instanceType", "title": "instanceType", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "AuthenticationPolicy": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "__type_mapping_type": "String[]", "description": "Specifies an Active Directory Domain Services authentication policy object. Specify the authentication policy object in one of the following formats: \n\n-- Distinguished Name\n-- GUID\n-- Name\nThis parameter can also get this object through the pipeline or you can set this parameter to an object instance.\nThe cmdlet searches the default naming context or partition to find the object. If the cmdlet finds two or more objects, the cmdlet returns a non-terminating error.", "title": "AuthenticationPolicy", "items": { "type": "string" }, "required": false, "readonly": false, "type": "array", "name": "AuthenticationPolicy" }, "Credential": { "__type_requested": "PSCredential", "__type_mapping_type": "Unknown", "description": "Specifies the user account credentials to use to perform this task. The default credentials are the credentials of the currently logged on user unless the cmdlet is run from an Active Directory PowerShell provider drive. If the cmdlet is run from such a provider drive, the account associated with the drive is the default.\nTo specify this parameter, you can type a user name, such as User1 or Domain01\\User01 or you can specify a PSCredential object. If you specify a user name for this parameter, the cmdlet prompts for a password.\nYou can also create a PSCredential object by using a script or by using the Get-Credential cmdlet. You can then set the Credential parameter to the PSCredential object.\nIf the acting credentials do not have directory-level permission to perform the task, Active Directory PowerShell returns a terminating error.", "title": "Credential", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "Credential" }, "Fax": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's fax phone number. This parameter sets the Fax property of a user object. The LDAP Display Name (ldapDisplayName) of this property is facsimileTelephoneNumber.", "title": "Fax", "required": false, "readonly": false, "type": "string", "name": "Fax" }, "ChangePasswordAtLogon": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether a password must be changed during the next logon attempt. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1\nThis parameter cannot be set to $True or 1 for an account that also has the PasswordNeverExpires property set to $True.", "title": "ChangePasswordAtLogon", "required": false, "readonly": false, "type": "boolean", "name": "ChangePasswordAtLogon" }, "Company": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's company. This parameter sets the Company property of a user object. The LDAP display name (ldapDisplayName) of this property is company.", "title": "Company", "required": false, "readonly": false, "type": "string", "name": "Company" }, "AccountNotDelegated": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether the security context of the user is delegated to a service. When this parameter is set to &True, the security context of the account is not delegated to a service even when the service account is set as trusted for Kerberos delegation. This parameter sets the AccountNotDelegated property for an Active Directory account. This parameter also sets the ADS_UF_NOT_DELEGATED flag of the Active Directory User Account Control (UAC) attribute. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1", "title": "AccountNotDelegated", "required": false, "readonly": false, "type": "boolean", "name": "AccountNotDelegated" }, "objectSid": { "__type_requested": "System.Security.Principal.SecurityIdentifier", "required": false, "name": "objectSid", "title": "objectSid", "__type_mapping_type": "Complex.SecurityIdentifier", "readonly": true, "type": "object", "properties": { "BinaryLength": { "type": "integer", "name": "BinaryLength", "title": "BinaryLength" }, "Value": { "type": "string", "name": "Value", "title": "Value" }, "AccountDomainSid": { "type": "string", "name": "AccountDomainSid", "title": "AccountDomainSid" } } }, "msExchCalendarLoggingQuota": { "__type_requested": "System.Int32", "required": false, "name": "msExchCalendarLoggingQuota", "title": "msExchCalendarLoggingQuota", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchMailboxAuditEnable": { "__type_requested": "System.Boolean", "required": false, "name": "msExchMailboxAuditEnable", "title": "msExchMailboxAuditEnable", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "msExchTransportRecipientSettingsFlags": { "__type_requested": "System.Int32", "required": false, "name": "msExchTransportRecipientSettingsFlags", "title": "msExchTransportRecipientSettingsFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "mail": { "__type_requested": "System.String", "required": false, "name": "mail", "title": "mail", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "PrincipalsAllowedToDelegateToAccount": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "__type_mapping_type": "String[]", "description": "Specifies an array of principal objects. This parameter sets the msDS-AllowedToActOnBehalfOfOtherIdentity attribute of a computer account object.", "title": "PrincipalsAllowedToDelegateToAccount", "items": { "type": "string" }, "required": false, "readonly": false, "type": "array", "name": "PrincipalsAllowedToDelegateToAccount" }, "delivContLength": { "__type_requested": "System.Int32", "required": false, "name": "delivContLength", "title": "delivContLength", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "postOfficeBox": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "postOfficeBox", "title": "postOfficeBox", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "msExchHideFromAddressLists": { "__type_requested": "System.Boolean", "required": false, "name": "msExchHideFromAddressLists", "title": "msExchHideFromAddressLists", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "mDBOverQuotaLimit": { "__type_requested": "System.Int32", "required": false, "name": "mDBOverQuotaLimit", "title": "mDBOverQuotaLimit", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchPreviousRecipientTypeDetails": { "__type_requested": "System.Int64", "required": false, "name": "msExchPreviousRecipientTypeDetails", "title": "msExchPreviousRecipientTypeDetails", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "POBox": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's post office box number. This parameter sets the POBox property of a user object. The LDAP Display Name (ldapDisplayName) of this property is postOfficeBox.", "title": "POBox", "required": false, "readonly": false, "type": "string", "name": "POBox" }, "whenChanged": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "whenChanged", "title": "whenChanged", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "StreetAddress": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's street address. This parameter sets the StreetAddress property of a user object. The LDAP display name (ldapDisplayName) of this property is streetAddress.", "title": "StreetAddress", "required": false, "readonly": false, "type": "string", "name": "StreetAddress" }, "msRTCSIP-FederationEnabled": { "__type_requested": "System.Boolean", "required": false, "name": "msRTCSIP-FederationEnabled", "title": "msRTCSIP-FederationEnabled", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "lastLogon": { "__type_requested": "System.Int64", "required": false, "name": "lastLogon", "title": "lastLogon", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchRBACPolicyLink": { "__type_requested": "System.String", "required": false, "name": "msExchRBACPolicyLink", "title": "msExchRBACPolicyLink", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "Organization": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's organization. This parameter sets the Organization property of a user object. The LDAP display name (ldapDisplayName) of this property is o.", "title": "Organization", "required": false, "readonly": false, "type": "string", "name": "Organization" }, "msRTCSIP-InternetAccessEnabled": { "__type_requested": "System.Boolean", "required": false, "name": "msRTCSIP-InternetAccessEnabled", "title": "msRTCSIP-InternetAccessEnabled", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "authOrigBL": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "authOrigBL", "title": "authOrigBL", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "Initials": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the initials that represent part of a user's name. You can use this value for the user's middle initial. This parameter sets the Initials property of a user. The LDAP Display Name (ldapDisplayName) of this property is initials.", "title": "Initials", "required": false, "readonly": false, "type": "string", "name": "Initials" }, "physicalDeliveryOfficeName": { "__type_requested": "System.String", "required": false, "name": "physicalDeliveryOfficeName", "title": "physicalDeliveryOfficeName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "MobilePhone": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's mobile phone number. This parameter sets the MobilePhone property of a user object. The LDAP Display Name (ldapDisplayName) of this property is mobile.", "title": "MobilePhone", "required": false, "readonly": false, "type": "string", "name": "MobilePhone" }, "msExchUMEnabledFlags2": { "__type_requested": "System.Int32", "required": false, "name": "msExchUMEnabledFlags2", "title": "msExchUMEnabledFlags2", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchPoliciesExcluded": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchPoliciesExcluded", "title": "msExchPoliciesExcluded", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "msExchRecipientTypeDetails": { "__type_requested": "System.Int64", "required": false, "name": "msExchRecipientTypeDetails", "title": "msExchRecipientTypeDetails", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "codePage": { "__type_requested": "System.Int32", "required": false, "name": "codePage", "title": "codePage", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "UserPrincipalName": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a user principal name (UPN) in the format <user>@<DNS-domain-name>. A UPN is a friendly name assigned by an administrator that is shorter than the LDAP distinguished name used by the system and easier to remember. The UPN is independent of the user object's DN, so a user object can be moved or renamed without affecting the user logon name. When logging on using a UPN, users no longer have to choose a domain from a list on the logon dialog box.", "title": "UserPrincipalName", "required": true, "readonly": false, "type": "string", "name": "UserPrincipalName" }, "PasswordNotRequired": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether the account requires a password. A password is not required for a new account. This parameter sets the PasswordNotRequired property of an account object.", "title": "PasswordNotRequired", "required": false, "readonly": false, "type": "boolean", "name": "PasswordNotRequired" }, "msRTCSIP-ApplicationOptions": { "__type_requested": "System.Int32", "required": false, "name": "msRTCSIP-ApplicationOptions", "title": "msRTCSIP-ApplicationOptions", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchUserBL": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchUserBL", "title": "msExchUserBL", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "PrimaryGroup": { "__type_requested": "System.String", "required": false, "name": "PrimaryGroup", "title": "PrimaryGroup", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "servicePrincipalName": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "servicePrincipalName", "title": "servicePrincipalName", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "lastLogoff": { "__type_requested": "System.Int64", "required": false, "name": "lastLogoff", "title": "lastLogoff", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "isCriticalSystemObject": { "__type_requested": "System.Boolean", "required": false, "name": "isCriticalSystemObject", "title": "isCriticalSystemObject", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "DisplayName": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the display name of the object. This parameter sets the DisplayName property of the object. The LDAP Display Name (ldapDisplayName) for this property is displayName.", "title": "DisplayName", "required": false, "readonly": false, "type": "string", "name": "DisplayName" }, "MemberOf": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "MemberOf", "title": "MemberOf", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "PasswordExpired": { "__type_requested": "System.Boolean", "required": false, "name": "PasswordExpired", "title": "PasswordExpired", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "l": { "__type_requested": "System.String", "required": false, "name": "l", "title": "l", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "Department": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's department. This parameter sets the Department property of a user. The LDAP Display Name (ldapDisplayName) of this property is department.", "title": "Department", "required": false, "readonly": false, "type": "string", "name": "Department" }, "State": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's or Organizational Unit's state or province. This parameter sets the State property of a User or Organizational Unit object. The LDAP display name (ldapDisplayName) of this property is st.", "title": "State", "required": false, "readonly": false, "type": "string", "name": "State" }, "HomeDirectory": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a user's home directory. This parameter sets the HomeDirectory property of a user object. The LDAP Display Name (ldapDisplayName) for this property is homeDirectory.", "title": "HomeDirectory", "required": false, "readonly": false, "type": "string", "name": "HomeDirectory" }, "homeMDB": { "__type_requested": "System.String", "required": false, "name": "homeMDB", "title": "homeMDB", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "Type": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the type of object to create. Set the Type parameter to the LDAP display name of the Active Directory Schema Class that represents the type of object that you want to create. The selected type must be a subclass of the User schema class. If this parameter is not specified it will default to User.", "title": "Type", "required": false, "readonly": false, "type": "string", "name": "Type" }, "ProtectedFromAccidentalDeletion": { "__type_requested": "System.Boolean", "required": false, "name": "ProtectedFromAccidentalDeletion", "title": "ProtectedFromAccidentalDeletion", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "submissionContLength": { "__type_requested": "System.Int32", "required": false, "name": "submissionContLength", "title": "submissionContLength", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "Deleted": { "__type_requested": "System.Boolean", "required": false, "name": "Deleted", "title": "Deleted", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "msExchDumpsterWarningQuota": { "__type_requested": "System.Int32", "required": false, "name": "msExchDumpsterWarningQuota", "title": "msExchDumpsterWarningQuota", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "UseDESKeyOnly": { "__type_requested": "System.Boolean", "required": false, "name": "UseDESKeyOnly", "title": "UseDESKeyOnly", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "msDS-SupportedEncryptionTypes": { "__type_requested": "System.Int32", "required": false, "name": "msDS-SupportedEncryptionTypes", "title": "msDS-SupportedEncryptionTypes", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "LastKnownParent": { "__type_requested": "System.String", "required": false, "name": "LastKnownParent", "title": "LastKnownParent", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchAddressBookFlags": { "__type_requested": "System.Int32", "required": false, "name": "msExchAddressBookFlags", "title": "msExchAddressBookFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "isDeleted": { "__type_requested": "System.Boolean", "required": false, "name": "isDeleted", "title": "isDeleted", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "msExchDumpsterQuota": { "__type_requested": "System.Int32", "required": false, "name": "msExchDumpsterQuota", "title": "msExchDumpsterQuota", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "KerberosEncryptionType": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "__type_mapping_type": "String[]", "description": "Specifies whether an account supports Kerberos encryption types which are used during creation of service tickets. This value sets the encryption types supported flags of the Active Directory msDS-SupportedEncryptionTypes attribute. Possible values for this parameter are:\n\n-- None\n-- DES\n-- RC4\n-- AES128\n-- AES256\nNone will remove all encryption types from the account resulting the KDC being unable to issue service tickets for services using the account.\nDES is a weak encryption type which is not supported by default since Windows 7 and Windows Server 2008 R2.\nWarning: Domain-joined Windows systems and services such as clustering manage their own msDS-SupportedEncryptionTypes attribute. Therefore any changes to the flag on the msDS-SupportedEncryptionTypes attribute will be overwritten by the service or system which manages the setting.", "title": "KerberosEncryptionType", "items": { "type": "string" }, "required": false, "readonly": false, "type": "array", "name": "KerberosEncryptionType" }, "msRTCSIP-UserRoutingGroupId": { "__type_requested": "System.Byte[]", "required": false, "name": "msRTCSIP-UserRoutingGroupId", "title": "msRTCSIP-UserRoutingGroupId", "items": { "type": "integer" }, "__type_mapping_type": "Integer[]", "readonly": true, "type": "array" }, "CompoundIdentitySupported": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether an account supports Kerberos service tickets which includes the authorization data for the user's device. This value sets the compound identity supported flag of the Active Directory msDS-SupportedEncryptionTypes attribute. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1\nWarning: Domain-joined Windows systems and services such as clustering manage their own msDS-SupportedEncryptionTypes attribute. Therefore any changes to the flag on the msDS-SupportedEncryptionTypes attribute will be overwritten by the service or system which manages the setting.", "title": "CompoundIdentitySupported", "required": false, "readonly": false, "type": "boolean", "name": "CompoundIdentitySupported" }, "msExchMessageHygieneSCLQuarantineThreshold": { "__type_requested": "System.Int32", "required": false, "name": "msExchMessageHygieneSCLQuarantineThreshold", "title": "msExchMessageHygieneSCLQuarantineThreshold", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "DistinguishedName": { "__type_requested": "System.String", "required": false, "name": "DistinguishedName", "title": "DistinguishedName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "pwdLastSet": { "__type_requested": "System.Int64", "required": false, "name": "pwdLastSet", "title": "pwdLastSet", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "AuthType": { "__type_requested": "ADAuthType", "__type_mapping_type": "Unknown", "description": "Specifies the authentication method to use. The acceptable values for this parameter are:\u00a0\n\n-- Negotiate or 0\n-- Basic or 1\nThe default authentication method is Negotiate.\nA Secure Sockets Layer (SSL) connection is required for the Basic authentication method.", "title": "AuthType", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "AuthType" }, "msRTCSIP-Line": { "readonly": true, "required": false, "type": "string", "name": "msRTCSIP-Line", "title": "msRTCSIP-Line" }, "mDBStorageQuota": { "__type_requested": "System.Int32", "required": false, "name": "mDBStorageQuota", "title": "mDBStorageQuota", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "OtherName": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a name in addition to a user's given name and surname, such as the user's middle name. This parameter sets the OtherName property of a user object. The LDAP Display Name (ldapDisplayName) of this property is middleName.", "title": "OtherName", "required": false, "readonly": false, "type": "string", "name": "OtherName" }, "Modified": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "Modified", "title": "Modified", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "Server": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the Active Directory Domain Services instance to connect to, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory Snapshot instance.\nSpecify the Active Directory Domain Services instance in one of the following ways: \n\n-- Domain name values:\n\n---- Fully qualified domain name\n---- NetBIOS name\n\n-- Directory server values: \n\n---- Fully qualified directory server name\n---- NetBIOS name\n---- Fully qualified directory server name and port\nThe default value for this parameter is determined by one of the following methods in the order that they are listed:\n\n-- By using the Server value from objects passed through the pipeline\n-- By using the server information associated with the Active Directory Domain ServicesWindows PowerShell provider drive, when the cmdlet runs in that drive\n-- By using the domain of the computer running Windows PowerShell", "title": "Server", "required": false, "readonly": false, "type": "string", "name": "Server" }, "msExchUMEnabledFlags": { "__type_requested": "System.Int32", "required": false, "name": "msExchUMEnabledFlags", "title": "msExchUMEnabledFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "ScriptPath": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a path to the user's log on script. This value can be a local absolute path or a Universal Naming Convention (UNC) path. This parameter sets the ScriptPath property of the user. The LDAP display name (ldapDisplayName) for this property is scriptPath.", "title": "ScriptPath", "required": false, "readonly": false, "type": "string", "name": "ScriptPath" }, "msExchUMPinChecksum": { "__type_requested": "System.Byte[]", "required": false, "name": "msExchUMPinChecksum", "title": "msExchUMPinChecksum", "items": { "type": "integer" }, "__type_mapping_type": "Integer[]", "readonly": true, "type": "array" }, "EmployeeID": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's employee ID. This parameter sets the EmployeeID property of a user object. The LDAP Display Name (ldapDisplayName) of this property is employeeID.", "title": "EmployeeID", "required": false, "readonly": false, "type": "string", "name": "EmployeeID" }, "c": { "__type_requested": "System.String", "required": false, "name": "c", "title": "c", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "SamAccountName": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the Security Account Manager (SAM) account name of the user, group, computer, or service account. The maximum length of the description is 256 characters. To be compatible with older operating systems, create a SAM account name that is 20 characters or less. This parameter sets the SAMAccountName for an account object. The LDAP display name (ldapDisplayName) for this property is sAMAccountName.\nNote: If the string value provided is not terminated with a $ character, the system adds one if needed.", "title": "SamAccountName", "required": false, "readonly": false, "type": "string", "name": "SamAccountName" }, "ObjectCategory": { "__type_requested": "System.String", "required": false, "name": "ObjectCategory", "title": "ObjectCategory", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchMailboxAuditLogAgeLimit": { "__type_requested": "System.Int32", "required": false, "name": "msExchMailboxAuditLogAgeLimit", "title": "msExchMailboxAuditLogAgeLimit", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchTextMessagingState": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": true, "name": "msExchTextMessagingState", "title": "msExchTextMessagingState", "items": { "type": "integer" }, "__type_mapping_type": "Integer[]", "readonly": false, "type": "array" }, "o": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "o", "title": "o", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "msRTCSIP-LineServer": { "__type_requested": "System.String", "required": false, "name": "msRTCSIP-LineServer", "title": "msRTCSIP-LineServer", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "middleName": { "__type_requested": "System.String", "required": false, "name": "middleName", "title": "middleName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "sDRightsEffective": { "__type_requested": "System.Int32", "required": false, "name": "sDRightsEffective", "title": "sDRightsEffective", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "createTimeStamp": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "createTimeStamp", "title": "createTimeStamp", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "LockedOut": { "__type_requested": "System.Boolean", "required": false, "name": "LockedOut", "title": "LockedOut", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "ProfilePath": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a path to the user's profile. This value can be a local absolute path or a Universal Naming Convention (UNC) path. This parameter sets the ProfilePath property of the user object. The LDAP display name (ldapDisplayName) for this property is profilePath.", "title": "ProfilePath", "required": false, "readonly": false, "type": "string", "name": "ProfilePath" }, "msExchMobileMailboxFlags": { "__type_requested": "System.Int32", "required": false, "name": "msExchMobileMailboxFlags", "title": "msExchMobileMailboxFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "DoesNotRequirePreAuth": { "__type_requested": "System.Boolean", "required": false, "name": "DoesNotRequirePreAuth", "title": "DoesNotRequirePreAuth", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "ServicePrincipalNames": { "__type_requested": "String[]", "__type_mapping_type": "String[]", "description": "Specifies the service principal names for the account. This parameter sets the ServicePrincipalNames property of the account. The LDAP display name (ldapDisplayName) for this property is servicePrincipalName. This parameter uses the following syntax to add remove, replace or clear service principal name values:\nSyntax:\nTo add values:\n-ServicePrincipalNames @{Add=value1,value2,...}\nTo remove values:\n-ServicePrincipalNames @{Remove=value3,value4,...}\nTo replace values:\n-ServicePrincipalNames @{Replace=value1,value2,...}\nTo clear all values:\n-ServicePrincipalNames $null\nYou can specify more than one change by using a list separated by semicolons. For example, use the following syntax to add and remove service principal names.\n@{Add=value1,value2,...};@{Remove=value3,value4,...}\nThe operators will be applied in the following sequence:\n..Remove\n..Add\n..Replace", "title": "ServicePrincipalNames", "items": { "type": "string" }, "required": false, "readonly": false, "type": "array", "name": "ServicePrincipalNames" }, "msExchRMSComputerAccountsLink": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchRMSComputerAccountsLink", "title": "msExchRMSComputerAccountsLink", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "HomeDrive": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a drive that is associated with the UNC path defined by the HomeDirectory property. The drive letter is specified as <DriveLetter>: where <DriveLetter> indicates the letter of the drive to associate. The <DriveLetter> must be a single, uppercase letter and the colon is required. This parameter sets the HomeDrive property of the user object. The LDAP Display Name (ldapDisplayName) for this property is homeDrive.", "title": "HomeDrive", "required": false, "readonly": false, "type": "string", "name": "HomeDrive" }, "userWorkstations": { "__type_requested": "System.String", "required": false, "name": "userWorkstations", "title": "userWorkstations", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchMessageHygieneSCLDeleteThreshold": { "__type_requested": "System.Int32", "required": false, "name": "msExchMessageHygieneSCLDeleteThreshold", "title": "msExchMessageHygieneSCLDeleteThreshold", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "showInAdvancedViewOnly": { "__type_requested": "System.Boolean", "required": false, "name": "showInAdvancedViewOnly", "title": "showInAdvancedViewOnly", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "adminCount": { "__type_requested": "System.Int32", "required": false, "name": "adminCount", "title": "adminCount", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "Instance": { "__type_requested": "ADUser", "__type_mapping_type": "Unknown", "description": "Specifies an instance of a user object to use as a template for a new user object.\nYou can use an instance of an existing user object as a template or you can construct a new user object for template use. You can construct a new user object using the Windows PowerShell command line or by using a script.\nMethod 1: Use an existing user object as a template for a new object. To retrieve an instance of an existing user object, use a cmdlet such as Get-ADUser. Then provide this object to the Instance parameter of the New-ADUser cmdlet to create a new user object. You can override property values of the new object by setting the appropriate parameters.\nMethod 2: Create a new ADUser object and set the property values by using the Windows PowerShell command line interface. Then pass this object to the Instance parameter of the New-ADUser cmdlet to create the new Active Directory user object.\nNote: Specified attributes are not validated, so attempting to set attributes that do not exist or cannot be set will raise an error.", "title": "Instance", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "Instance" }, "msExchBypassAudit": { "__type_requested": "System.Boolean", "required": false, "name": "msExchBypassAudit", "title": "msExchBypassAudit", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "PasswordNeverExpires": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether the password of an account can expire. This parameter sets the PasswordNeverExpires property of an account object. This parameter also sets the ADS_UF_DONT_EXPIRE_PASSWD flag of the Active Directory User Account Control attribute. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1\nNote: This parameter cannot be set to $True or 1 for an account that also has the ChangePasswordAtLogon property set to $True.", "title": "PasswordNeverExpires", "required": false, "readonly": false, "type": "boolean", "name": "PasswordNeverExpires" }, "msExchArchiveGUID": { "__type_requested": "System.Byte[]", "required": false, "name": "msExchArchiveGUID", "title": "msExchArchiveGUID", "items": { "type": "integer" }, "__type_mapping_type": "Integer[]", "readonly": true, "type": "array" }, "LogonWorkstations": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the computers that the user can access. To specify more than one computer, create a single comma-separated list. You can identify a computer by using the Security Accounts Manager (SAM) account name (sAMAccountName) or the DNS host name of the computer. The SAM account name is the same as the NetBIOS name of the computer.\nThe LDAP display name (ldapDisplayName) for this property is userWorkStations.", "title": "LogonWorkstations", "required": false, "readonly": false, "type": "string", "name": "LogonWorkstations" }, "GivenName": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's given name. This parameter sets the GivenName property of a user object. The LDAP Display Name (ldapDisplayName) of this property is givenName.", "title": "GivenName", "required": false, "readonly": false, "type": "string", "name": "GivenName" }, "AccountPassword": { "__type_requested": "SecureString", "__type_mapping_type": "Unknown", "description": "Specifies a new password value for an account. This value is stored as an encrypted string.\nThe following conditions apply based on the manner in which the password parameter is used:\n\n-- $Null password is specified: No password is set and the account is disabled unless it is requested to be enabled.\n-- No password is specified: No password is set and the account is disabled unless it is requested to be enabled. \n-- User password is specified: Password is set and the account is disabled unless it is requested to be enabled.\nUser accounts, by default, are created without a password. If you provide a password, an attempt will be made to set that password however, this can fail due to password policy restrictions. The user account will still be created and you may use Set-ADAccountPassword to set the password on that account. In order to ensure that accounts remain secure, user accounts will never be enabled unless a valid password is set or PasswordNotRequired is set to $True.\nThe account is created if the password fails for any reason.", "title": "AccountPassword", "default": "*", "required": true, "ignore": true, "readonly": false, "is_password": true, "store_encrypted": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "AccountPassword" }, "Created": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "Created", "title": "Created", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "msExchUserAccountControl": { "__type_requested": "System.Int32", "required": false, "name": "msExchUserAccountControl", "title": "msExchUserAccountControl", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchRecipientSoftDeletedStatus": { "__type_requested": "System.Int32", "required": false, "name": "msExchRecipientSoftDeletedStatus", "title": "msExchRecipientSoftDeletedStatus", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "userCertificate": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "userCertificate", "title": "userCertificate", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "ObjectGUID": { "__type_requested": "System.Nullable`1[[System.Guid,", "required": false, "name": "ObjectGUID", "title": "ObjectGUID", "__type_mapping_type": "Unknown", "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "OtherAttributes": { "__type_requested": "Hashtable", "__type_mapping_type": "Unknown", "description": "Specifies object attribute values for attributes that are not represented by cmdlet parameters. You can set one or more parameters at the same time with this parameter. If an attribute takes more than one value, you can assign multiple values. To identify an attribute, specify the LDAPDisplayName (ldapDisplayName) defined for it in the Active Directory schema.\nSyntax:\nTo specify a single value for an attribute:\n-OtherAttributes @{'AttributeLDAPDisplayName'=value}\nTo specify multiple values for an attribute\n-OtherAttributes @{'AttributeLDAPDisplayName'=value1,value2,...}\nYou can specify values for more than one attribute by using semicolons to separate attributes. The following syntax shows how to set values for multiple attributes:\n-OtherAttributes @{'Attribute1LDAPDisplayName'=value; 'Attribute2LDAPDisplayName'=value1,value2;...}", "title": "OtherAttributes", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "OtherAttributes" }, "garbageCollPeriod": { "__type_requested": "System.Int32", "required": false, "name": "garbageCollPeriod", "title": "garbageCollPeriod", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msRTCSIP-OwnerUrn": { "__type_requested": "System.String", "required": false, "name": "msRTCSIP-OwnerUrn", "title": "msRTCSIP-OwnerUrn", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchUMRecipientDialPlanLink": { "__type_requested": "System.String", "required": false, "name": "msExchUMRecipientDialPlanLink", "title": "msExchUMRecipientDialPlanLink", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "HomePage": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the URL of the home page of the object. This parameter sets the homePage property of an Active Directory object. The LDAP Display Name (ldapDisplayName) for this property is wWWHomePage.", "title": "HomePage", "required": false, "readonly": false, "type": "string", "name": "HomePage" }, "msRTCSIP-UserPolicies": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msRTCSIP-UserPolicies", "title": "msRTCSIP-UserPolicies", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "badPasswordTime": { "__type_requested": "System.Int64", "required": false, "name": "badPasswordTime", "title": "badPasswordTime", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "CN": { "__type_requested": "System.String", "required": false, "name": "CN", "title": "CN", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchOABGeneratingMailboxBL": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchOABGeneratingMailboxBL", "title": "msExchOABGeneratingMailboxBL", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "msExchArchiveName": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchArchiveName", "title": "msExchArchiveName", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "SmartcardLogonRequired": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether a smart card is required to logon. This parameter sets the SmartCardLoginRequired property for a user. This parameter also sets the ADS_UF_SMARTCARD_REQUIRED flag of the Active Directory User Account Control attribute. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1", "title": "SmartcardLogonRequired", "required": false, "readonly": false, "type": "boolean", "name": "SmartcardLogonRequired" }, "Enabled": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies if an account is enabled. An enabled account requires a password. This parameter sets the Enabled property for an account object. This parameter also sets the ADS_UF_ACCOUNTDISABLE flag of the Active Directory User Account Control (UAC) attribute. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1", "title": "Enabled", "required": false, "readonly": false, "type": "boolean", "name": "Enabled" }, "BadLogonCount": { "__type_requested": "System.Int32", "required": false, "name": "BadLogonCount", "title": "BadLogonCount", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "badPwdCount": { "__type_requested": "System.Int32", "required": false, "name": "badPwdCount", "title": "badPwdCount", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "LastBadPasswordAttempt": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "LastBadPasswordAttempt", "title": "LastBadPasswordAttempt", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "internetEncoding": { "__type_requested": "System.Int32", "required": false, "name": "internetEncoding", "title": "internetEncoding", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "Path": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the X.500 path of the Organizational Unit (OU) or container where the new object is created.\nIn many cases, a default value will be used for the Path parameter if no value is specified. The rules for determining the default value are given below. Note that rules listed first are evaluated first and once a default value can be determined, no further rules will be evaluated.\nIn AD DS environments, a default value for Path will be set in the following cases:\n\n-- If the cmdlet is run from an Active Directory PowerShell provider drive, the parameter is set to the current path of the provider drive. \n-- If the cmdlet has a default path, this will be used. For example, in New-ADUser, the Path parameter would default to the Users container. \n-- If none of the previous cases apply, the default value of Path will be set to the default partition or naming context of the target domain.\nIn AD LDS environments, a default value for Path will be set in the following cases:\n\n-- If the cmdlet is run from an Active Directory PowerShell provider drive, the parameter is set to the current path of the provider drive. \n-- If the cmdlet has a default path, this will be used. For example, in New-ADUser, the Path parameter would default to the Users container. \n-- If the target AD LDS instance has a default naming context, the default value of Path will be set to the default naming context. To specify a default naming context for an AD LDS environment, set the msDS-defaultNamingContext property of the Active Directory directory service agent (DSA) object (nTDSDSA) for the AD LDS instance. \n-- If none of the previous cases apply, the Path parameter will not take any default value.\nNote: The Active Directory Provider cmdlets, such New-Item, Remove-Item, Remove-ItemProperty, Rename-Item, and Set-ItemProperty also contain a Path property. However, for the provider cmdlets, the Path parameter identifies the path of the actual object and not the container as with the Active Directory cmdlets.", "title": "Path", "required": false, "readonly": false, "type": "string", "name": "Path" }, "PostalCode": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's postal code or zip code. This parameter sets the PostalCode property of a user. The LDAP Display Name (ldapDisplayName) of this property is postalCode.", "title": "PostalCode", "required": false, "readonly": false, "type": "string", "name": "PostalCode" }, "msExchMessageHygieneSCLRejectThreshold": { "__type_requested": "System.Int32", "required": false, "name": "msExchMessageHygieneSCLRejectThreshold", "title": "msExchMessageHygieneSCLRejectThreshold", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "OfficePhone": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's office telephone number. This parameter sets the OfficePhone property of a user object. The LDAP display name (ldapDisplayName) of this property is telephoneNumber.", "title": "OfficePhone", "required": false, "readonly": false, "type": "string", "name": "OfficePhone" }, "Surname": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's last name or surname. This parameter sets the Surname property of a user object. The LDAP display name (ldapDisplayName) of this property is sn.", "title": "Surname", "required": true, "readonly": false, "type": "string", "name": "Surname" }, "AuthenticationPolicySilo": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "__type_mapping_type": "String[]", "description": "Specifies an Active Directory Domain Services authentication policy silo object. Specify the authentication policy silo object in one of the following formats: \n\n-- Distinguished Name\n-- GUID\n-- Name\nThis parameter can also get this object through the pipeline or you can set this parameter to an object instance.\nThe cmdlet searches the default naming context or partition to find the object. If the cmdlet finds two or more objects, the cmdlet returns a non-terminating error.", "title": "AuthenticationPolicySilo", "items": { "type": "string" }, "required": false, "readonly": false, "type": "array", "name": "AuthenticationPolicySilo" }, "Office": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the location of the user's office or place of business. This parameter sets the Office property of a user object. The LDAP display name (ldapDisplayName) of this property is office.", "title": "Office", "required": false, "readonly": false, "type": "string", "name": "Office" }, "TrustedForDelegation": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether an account is trusted for Kerberos delegation. A service that runs under an account that is trusted for Kerberos delegation can assume the identity of a client requesting the service. This parameter sets the TrustedForDelegation property of an account object. This value also sets the ADS_UF_TRUSTED_FOR_DELEGATION flag of the Active Directory User Account Control attribute. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1", "title": "TrustedForDelegation", "required": false, "readonly": false, "type": "boolean", "name": "TrustedForDelegation" }, "msExchMDBRulesQuota": { "__type_requested": "System.Int32", "required": false, "name": "msExchMDBRulesQuota", "title": "msExchMDBRulesQuota", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "MNSLogonAccount": { "__type_requested": "System.Boolean", "required": false, "name": "MNSLogonAccount", "title": "MNSLogonAccount", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "sAMAccountType": { "__type_requested": "System.Int32", "required": false, "name": "sAMAccountType", "title": "sAMAccountType", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msDS-User-Account-Control-Computed": { "__type_requested": "System.Int32", "required": false, "name": "msDS-User-Account-Control-Computed", "title": "msDS-User-Account-Control-Computed", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "EmailAddress": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's e-mail address. This parameter sets the EmailAddress property of a user object. The LDAP Display Name (ldapDisplayName) of this property is mail.", "title": "EmailAddress", "required": true, "readonly": false, "type": "string", "name": "EmailAddress" }, "mDBUseDefaults": { "__type_requested": "System.Boolean", "required": false, "name": "mDBUseDefaults", "title": "mDBUseDefaults", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "uSNChanged": { "__type_requested": "System.Int64", "required": false, "name": "uSNChanged", "title": "uSNChanged", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "modifyTimeStamp": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "modifyTimeStamp", "title": "modifyTimeStamp", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "City": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's town or city. This parameter sets the City property of a user. The LDAP display name (ldapDisplayName) of this property is l.", "title": "City", "required": false, "readonly": false, "type": "string", "name": "City" }, "msExchCapabilityIdentifiers": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchCapabilityIdentifiers", "title": "msExchCapabilityIdentifiers", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "countryCode": { "__type_requested": "System.Int32", "required": false, "name": "countryCode", "title": "countryCode", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msRTCSIP-UserEnabled": { "__type_requested": "System.Boolean", "required": false, "name": "msRTCSIP-UserEnabled", "title": "msRTCSIP-UserEnabled", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "CannotChangePassword": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether the account password can be changed. This parameter sets the CannotChangePassword property of an account. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1", "title": "CannotChangePassword", "required": false, "readonly": false, "type": "boolean", "name": "CannotChangePassword" }, "AccountLockoutTime": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "AccountLockoutTime", "title": "AccountLockoutTime", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "msExchUMDtmfMap": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "msExchUMDtmfMap", "title": "msExchUMDtmfMap", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "authOrig": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "authOrig", "title": "authOrig", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "CanonicalName": { "__type_requested": "System.String", "required": false, "name": "CanonicalName", "title": "CanonicalName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchMessageHygieneSCLJunkThreshold": { "__type_requested": "System.Int32", "required": false, "name": "msExchMessageHygieneSCLJunkThreshold", "title": "msExchMessageHygieneSCLJunkThreshold", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchRecipientDisplayType": { "__type_requested": "System.Int32", "required": false, "name": "msExchRecipientDisplayType", "title": "msExchRecipientDisplayType", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "st": { "__type_requested": "System.String", "required": false, "name": "st", "title": "st", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "SIDHistory": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "SIDHistory", "title": "SIDHistory", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "Division": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's division. This parameter sets the Division property of a user object. The LDAP Display Name (ldapDisplayName) of this property is division.", "title": "Division", "required": false, "readonly": false, "type": "string", "name": "Division" }, "Description": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a description of the object. This parameter sets the value of the Description property for the object. The LDAP Display Name (ldapDisplayName) for this property is description.", "title": "Description", "required": false, "readonly": false, "type": "string", "name": "Description" }, "ObjectClass": { "__type_requested": "System.String", "required": false, "name": "ObjectClass", "title": "ObjectClass", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "HomedirRequired": { "__type_requested": "System.Boolean", "required": false, "name": "HomedirRequired", "title": "HomedirRequired", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "logonHours": { "__type_requested": "System.Byte[]", "required": false, "name": "logonHours", "title": "logonHours", "items": { "type": "integer" }, "__type_mapping_type": "Integer[]", "readonly": true, "type": "array" }, "msRTCSIP-PrimaryUserAddress": { "__type_requested": "System.String", "required": false, "name": "msRTCSIP-PrimaryUserAddress", "title": "msRTCSIP-PrimaryUserAddress", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchHomeServerName": { "__type_requested": "System.String", "required": false, "name": "msExchHomeServerName", "title": "msExchHomeServerName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchArchiveQuota": { "__type_requested": "System.Int64", "required": false, "name": "msExchArchiveQuota", "title": "msExchArchiveQuota", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "whenCreated": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "whenCreated", "title": "whenCreated", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "uSNCreated": { "__type_requested": "System.Int64", "required": false, "name": "uSNCreated", "title": "uSNCreated", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "TrustedToAuthForDelegation": { "__type_requested": "System.Boolean", "required": false, "name": "TrustedToAuthForDelegation", "title": "TrustedToAuthForDelegation", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "legacyExchangeDN": { "__type_requested": "System.String", "required": false, "name": "legacyExchangeDN", "title": "legacyExchangeDN", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchRequireAuthToSendTo": { "__type_requested": "System.Boolean", "required": false, "name": "msExchRequireAuthToSendTo", "title": "msExchRequireAuthToSendTo", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "sn": { "__type_requested": "System.String", "required": false, "name": "sn", "title": "sn", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchELCMailboxFlags": { "__type_requested": "System.Int32", "required": false, "name": "msExchELCMailboxFlags", "title": "msExchELCMailboxFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "Name": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the name of the object. This parameter sets the Name property of the Active Directory object. The LDAP Display Name (ldapDisplayName) of this property is name.", "title": "Name", "required": true, "readonly": false, "type": "string", "name": "Name" }, "dSCorePropagationData": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "dSCorePropagationData", "title": "dSCorePropagationData", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "Country": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the country or region code for the user's language of choice. This parameter sets the Country property of a user object. The LDAP Display Name (ldapDisplayName) of this property is c. This value is not used by Windows 2000.", "title": "Country", "required": false, "readonly": false, "type": "string", "name": "Country" }, "msExchArchiveDatabaseLink": { "__type_requested": "System.String", "required": false, "name": "msExchArchiveDatabaseLink", "title": "msExchArchiveDatabaseLink", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchVersion": { "__type_requested": "System.Int64", "required": false, "name": "msExchVersion", "title": "msExchVersion", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "showInAddressBook": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "showInAddressBook", "title": "showInAddressBook", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "mailNickname": { "__type_requested": "System.String", "required": false, "name": "mailNickname", "title": "mailNickname", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchArchiveWarnQuota": { "__type_requested": "System.Int64", "required": false, "name": "msExchArchiveWarnQuota", "title": "msExchArchiveWarnQuota", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "mDBOverHardQuotaLimit": { "__type_requested": "System.Int32", "required": false, "name": "mDBOverHardQuotaLimit", "title": "mDBOverHardQuotaLimit", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchMasterAccountSid": { "__type_requested": "System.Security.Principal.SecurityIdentifier", "required": false, "name": "msExchMasterAccountSid", "title": "msExchMasterAccountSid", "__type_mapping_type": "Complex.SecurityIdentifier", "readonly": true, "type": "object", "properties": { "BinaryLength": { "type": "integer", "name": "BinaryLength", "title": "BinaryLength" }, "Value": { "type": "string", "name": "Value", "title": "Value" }, "AccountDomainSid": { "type": "string", "name": "AccountDomainSid", "title": "AccountDomainSid" } } }, "telephoneNumber": { "__type_requested": "System.String", "required": false, "name": "telephoneNumber", "title": "telephoneNumber", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "wWWHomePage": { "__type_requested": "System.String", "required": false, "name": "wWWHomePage", "title": "wWWHomePage", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "AccountExpirationDate": { "__type_requested": "DateTime", "__type_mapping_type": "DateTime", "description": "Specifies the expiration date for an account. When you set this parameter to 0, the account never expires. This parameter sets the AccountExpirationDate property of an account object. The LDAP Display name (ldapDisplayName) for this property is accountExpires.\nUse the DateTime syntax when you specify this parameter. Time is assumed to be local time unless otherwise specified. When a time value is not specified, the time is assumed to 12:00:00 AM local time. When a date is not specified, the date is assumed to be the current date.", "title": "AccountExpirationDate", "format": "date-time", "required": false, "readonly": false, "type": "string", "name": "AccountExpirationDate" }, "PasswordLastSet": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "PasswordLastSet", "title": "PasswordLastSet", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "mobile": { "__type_requested": "System.String", "required": false, "name": "mobile", "title": "mobile", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchMailboxGuid": { "__type_requested": "System.Byte[]", "required": false, "name": "msExchMailboxGuid", "title": "msExchMailboxGuid", "items": { "type": "integer" }, "__type_mapping_type": "Integer[]", "readonly": true, "type": "array" }, "userAccountControl": { "__type_requested": "System.Int32", "required": false, "name": "userAccountControl", "title": "userAccountControl", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "proxyAddresses": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "proxyAddresses", "title": "proxyAddresses", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "msExchWhenMailboxCreated": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "msExchWhenMailboxCreated", "title": "msExchWhenMailboxCreated", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "AllowReversiblePasswordEncryption": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Specifies whether reversible password encryption is allowed for the account. This parameter sets the AllowReversiblePasswordEncryption property of the account. This parameter also sets the ADS_UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED flag of the Active Directory User Account Control (UAC) attribute. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1", "title": "AllowReversiblePasswordEncryption", "required": false, "readonly": false, "type": "boolean", "name": "AllowReversiblePasswordEncryption" }, "msRTCSIP-OptionFlags": { "__type_requested": "System.Int32", "required": false, "name": "msRTCSIP-OptionFlags", "title": "msRTCSIP-OptionFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "msExchProvisioningFlags": { "__type_requested": "System.Int32", "required": false, "name": "msExchProvisioningFlags", "title": "msExchProvisioningFlags", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "Manager": { "__type_requested": "System.String", "__type_mapping_type": "String", "description": "Specifies the user's manager. This parameter sets the Manager property of a user. This parameter is set by providing one of the following property values. Note: The identifier in parentheses is the LDAP display name for the property. The acceptable values for this parameter are:\u00a0\n\n-- A Distinguished Name\n-- A GUID (objectGUID) \n-- A Security Identifier (objectSid) \n-- A SAM Account Name (sAMAccountName)", "title": "Manager", "required": false, "readonly": false, "type": "string", "name": "Manager" }, "protocolSettings": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "protocolSettings", "title": "protocolSettings", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "EmployeeNumber": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's employee number. This parameter sets the EmployeeNumber property of a user object. The LDAP Display Name (ldapDisplayName) of this property is employeeNumber.", "title": "EmployeeNumber", "required": false, "readonly": false, "type": "string", "name": "EmployeeNumber" }, "facsimileTelephoneNumber": { "__type_requested": "System.String", "required": false, "name": "facsimileTelephoneNumber", "title": "facsimileTelephoneNumber", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchMailboxTemplateLink": { "__type_requested": "System.String", "required": false, "name": "msExchMailboxTemplateLink", "title": "msExchMailboxTemplateLink", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msRTCSIP-PrimaryHomeServer": { "__type_requested": "System.String", "required": false, "name": "msRTCSIP-PrimaryHomeServer", "title": "msRTCSIP-PrimaryHomeServer", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "msExchUserCulture": { "__type_requested": "System.String", "required": false, "name": "msExchUserCulture", "title": "msExchUserCulture", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "HomePhone": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the user's home telephone number. This parameter sets the HomePhone property of a user. The LDAP Display Name (ldapDisplayName) of this property is homePhone.", "title": "HomePhone", "required": false, "readonly": false, "type": "string", "name": "HomePhone" } }, "schema_version": "69" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/device/activedirectoryhybrid/ADUser/add/ |
|
The GUI Add form of device/activedirectoryhybrid/ADUser as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/device/activedirectoryhybrid/ADUser | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/device/activedirectoryhybrid/ADUser/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/activedirectoryhybrid/ADUser/[pkid1]", "/api/device/activedirectoryhybrid/ADUser/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADUser/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/activedirectoryhybrid/ADUser/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/activedirectoryhybrid/ADUser/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/activedirectoryhybrid/ADUser/[pkid1]", "/api/v0/device/activedirectoryhybrid/ADUser/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADUser/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/activedirectoryhybrid/ADUser |
|
{"hrefs": ["/api/device/activedirectoryhybrid/ADUser/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/activedirectoryhybrid/ADUser |
|
{"hrefs": ["/api/device/activedirectoryhybrid/ADUser/[pkid1]", "/api/device/activedirectoryhybrid/ADUser/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/activedirectoryhybrid/ADUser; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/activedirectoryhybrid/ADUser/export/ |
|
{ "hrefs":["/api/device/activedirectoryhybrid/ADUser/[pkid1]", "/api/device/activedirectoryhybrid/ADUser/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/activedirectoryhybrid/ADUser and the JSON format can be used to import instances of device/activedirectoryhybrid/ADUser.
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADUser/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/activedirectoryhybrid/ADUser | POST | /api/device/activedirectoryhybrid/ADUser/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/activedirectoryhybrid/ADUser/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/activedirectoryhybrid/ADUser/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/activedirectoryhybrid/ADUser/ |
|
The device/activedirectoryhybrid/ADUser schema and all instances as JSON. |
(The list will return 0 to 3 device/activedirectoryhybrid/ADUser instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 0, "total_limit": null, "order_by": "Name", "direction": "asc", "current": "/api/device/activedirectoryhybrid/ADUser/?skip=0&limit=3&order_by=Name&direction=asc&traversal=down" }, "operations": [ "move" ], "meta": { "model_type": "device/activedirectoryhybrid/ADUser", "summary_attrs": [ { "name": "Name", "title": "Name" }, { "name": "Surname", "title": "Surname" }, { "name": "msRTCSIP-UserEnabled", "title": "msRTCSIP-UserEnabled" }, { "name": "msRTCSIP-Line", "title": "msRTCSIP-Line" }, { "name": "msRTCSIP-DeploymentLocator", "title": "msRTCSIP-DeploymentLocator" }, { "name": "mailNickname", "title": "mailNickname" }, { "name": "msExchUMEnabledFlags", "title": "msExchUMEnabledFlags" }, { "name": "MobilePhone", "title": "MobilePhone" }, { "name": "OfficePhone", "title": "OfficePhone" }, { "name": "EmailAddress", "title": "EmailAddress" }, { "name": "Company", "title": "Company" }, { "name": "City", "title": "City" }, { "name": "Country", "title": "Country" }, { "name": "UserPrincipalName", "title": "UserPrincipalName" }, { "name": "DistinguishedName", "title": "DistinguishedName" }, { "name": "SamAccountName", "title": "SamAccountName" }, { "name": "DisplayName", "title": "DisplayName" }, { "name": "Enabled", "title": "Enabled" }, { "name": "Deleted", "title": "Deleted" }, { "name": "Description", "title": "Description" }, { "name": "CanonicalName", "title": "CanonicalName" }, { "name": "UserPrincipalName", "title": "UserPrincipalName" }, { "name": "ObjectGUID", "title": "ObjectGUID" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "get", "list", "add", "remove", "update", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "help", "move" ], "schema_version": "69", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/device/activedirectoryhybrid/ADUser/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/device/activedirectoryhybrid/ADUser/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "bulk_update_form": { "method": "GET", "class": "update", "href": "/api/device/activedirectoryhybrid/ADUser/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Bulk Modify" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/activedirectoryhybrid/ADUser", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "POST", "class": "export", "href": "/api/device/activedirectoryhybrid/ADUser/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/device/activedirectoryhybrid/ADUser/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "configuration_template": { "method": "GET", "class": "config", "href": "/api/device/activedirectoryhybrid/ADUser/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "field_display_policy": { "method": "GET", "class": "display_policy", "href": "/api/device/activedirectoryhybrid/ADUser/field_display_policy/?hierarchy=[hierarchy]", "support_async": false, "title": "Field Display Policy" } }, { "list": { "method": "GET", "class": "list", "href": "/api/device/activedirectoryhybrid/ADUser/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/activedirectoryhybrid/ADUser/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/activedirectoryhybrid/ADUser/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } } ] }, "resources": [] }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/activedirectoryhybrid/ADUser. | GET | /api/device/activedirectoryhybrid/ADUser/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/activedirectoryhybrid/ADUser as HTML |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Purge | POST | /api/device/activedirectoryhybrid/ADUser/purge/ |
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/activedirectoryhybrid/ADUser/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/device/activedirectoryhybrid/ADUser/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/activedirectoryhybrid/ADUser/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADUser/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/activedirectoryhybrid/ADUser | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/activedirectoryhybrid/ADUser; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/activedirectoryhybrid/ADUser/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/activedirectoryhybrid/ADUser and the JSON format can be used to import instances of device/activedirectoryhybrid/ADUser.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/activedirectoryhybrid/ADUser/[pkid] | hierarchy=[hierarchy] | The device/activedirectoryhybrid/ADUser instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/activedirectoryhybrid/ADUser/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/activedirectoryhybrid/ADUser. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/activedirectoryhybrid/ADUser/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |