Attributes

JSON Request

{
  "RequestType":"UnixClusterAccounts",
  "Version":"1.0",
  "UnixClusterAccounts":
  [
    {
      "Version":"1.0",
      "UnixClusterId":"<UnixClusterId>",
      "Person": {
         "Type":"CO",
         "Id":"<Id>"
       },
      "Username":"<Username>",
      "Uid":"<Uid>",
      "Gecos":"<Gecos>",
      "LoginShell":"<LoginShell>",
      "HomeDirectory":"<HomeDirectory>",
      "PrimaryCoGroupId":"<PrimaryCoGroupId>",
      "ValidFrom":"<ValidFrom>",
      "ValidThrough":"<ValidThrough>",
      "Status":("A"|"D"|"D2"|"XP"|"GP"|"PA"|"S"),
      "SyncMode":("F"|"M")
    }
  ]
}

JSON Response

{
  "ResponseType":"UnixClusterAccounts",
  "Version":"1.0",
  "UnixClusterAccounts":
  [
    {
      "Version":"1.0",
      "Id":"<ID>",
      "UnixClusterId":"<UnixClusterId>",
      "Person": {
         "Type":"CO",
         "Id":"<Id>"
       },
      "Username":"<Username>",
      "Uid":"<Uid>",
      "Gecos":"<Gecos>",
      "LoginShell":"<LoginShell>",
      "HomeDirectory":"<HomeDirectory>",
      "PrimaryCoGroupId":"<PrimaryCoGroupId>",
      "ValidFrom":"<ValidFrom>",
      "ValidThrough":"<ValidThrough>",
      "Status":("A"|"D"|"D2"|"XP"|"GP"|"PA"|"S"),
      "SyncMode":("F"|"M"),
      "Created":"<CreateTime>",
      "Modified":"<ModTime>"
    },
    {...}
  ]
}
  • No labels