Account Data Type

An account.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
contextRoles list of ContextRole element 0/unbounded Gets the context roles.
emailAddress string element 0/1 Gets the email address.
enabled string element 0/1 Checks if is enabled.
firstName string element 0/1 Gets the first name.
lastName string element 0/1 Gets the last name.
organizationName string element 0/1 the organization name which this user is a member of
password string element 0/1 Gets the password.
primaryPhoneNo string element 0/1 Gets the primary phone no.
role Role element 0/1 Gets the role.
roleName string element 0/1 the roleName
secondaryPhoneNo string element 0/1 Gets the secondary phone no.
securitySourceType SecuritySourceType element 0/1 Gets the security source type.
userid string element 0/1 Gets the userid.
Properties inherited from ManagedObjectReference
displayName string element 0/1 Gets the display name.
id long element 1/1 The unique id of the managed object this refers to.
type ManagedObjectType element 0/1 The type of managed object this refers to.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<Account>
  <userid>...</userid>
  <password>...</password>
  <enabled>...</enabled>
  <role xsitype="...">
    <type>...</type>
    <id>...</id>
    <name>...</name>
    <permissions>...</permissions>
  </role>
  <firstName>...</firstName>
  <lastName>...</lastName>
  <primaryPhoneNo>...</primaryPhoneNo>
  <secondaryPhoneNo>...</secondaryPhoneNo>
  <emailAddress>...</emailAddress>
  <contextRoles>
    <context>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </context>
    <role>
      <type>...</type>
      <id>...</id>
      <name>...</name>
      <permissions>...</permissions>
    </role>
  </contextRoles>
  <securitySourceType>...</securitySourceType>
  <roleName>...</roleName>
  <organizationName>...</organizationName>
  <displayName>...</displayName>
  <type>...</type>
  <id>...</id>
</Account>