Skip to content

950 - User Directory

A list of user accounts with roles. This is an example of a MAML document.

maml
{
  users: [
    {
      id: 1
      name: "Madyson Rodriguez"
      email: "Charles_Kautzer@yahoo.com"
      role: "moderator"
      active: false
    }

    {
      id: 2
      name: "Marc Sawayn"
      email: "Alice29@hotmail.com"
      role: "moderator"
      active: false
    }

    {
      id: 3
      name: "Al Satterfield"
      email: "Wendy_Schulist33@yahoo.com"
      role: "admin"
      active: true
    }

    {
      id: 4
      name: "Mamie West"
      email: "Geoffrey.Kuhic74@hotmail.com"
      role: "moderator"
      active: false
    }
  ]
}

See Also