Skip to content

2849 - User Directory

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

maml
{
  users: [
    {
      id: 1
      name: "Elsa Auer"
      email: "Magdalena.Kuhic@yahoo.com"
      role: "moderator"
      active: false
    }

    {
      id: 2
      name: "Zoe Conroy"
      email: "Kyle83@gmail.com"
      role: "viewer"
      active: false
    }

    {
      id: 3
      name: "Mathias Orn"
      email: "Billie.Oberbrunner@yahoo.com"
      role: "viewer"
      active: false
    }

    {
      id: 4
      name: "Noemi Halvorson"
      email: "Wallace_Adams69@gmail.com"
      role: "viewer"
      active: false
    }

    {
      id: 5
      name: "Eileen Johnson"
      email: "Berniece.Goodwin56@hotmail.com"
      role: "moderator"
      active: true
    }

    {
      id: 6
      name: "Dr. Glen Hettinger MD"
      email: "Elza80@hotmail.com"
      role: "editor"
      active: true
    }
  ]
}

See Also