Skip to content

1847 - User Directory

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

maml
{
  users: [
    {
      id: 1
      name: "Hildegard Russel"
      email: "Breana_Feest@gmail.com"
      role: "moderator"
      active: false
    }

    {
      id: 2
      name: "Dion Crooks"
      email: "Martin97@yahoo.com"
      role: "editor"
      active: true
    }

    {
      id: 3
      name: "Tyler Schinner"
      email: "Kirk_Jast@yahoo.com"
      role: "moderator"
      active: true
    }

    {
      id: 4
      name: "Lucio Lebsack"
      email: "Bernard54@yahoo.com"
      role: "moderator"
      active: true
    }

    {
      id: 5
      name: "Javier Ward"
      email: "Noelia.Nikolaus@hotmail.com"
      role: "viewer"
      active: true
    }
  ]
}

See Also