Skip to content

2847 - User Directory

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

maml
{
  users: [
    {
      id: 1
      name: "Brennon Walter Jr."
      email: "Felix_VonRueden80@yahoo.com"
      role: "admin"
      active: false
    }

    {
      id: 2
      name: "Aron Bayer"
      email: "Mortimer.Nienow99@yahoo.com"
      role: "editor"
      active: false
    }

    {
      id: 3
      name: "Clayton Franecki"
      email: "Mohamed.Langosh@gmail.com"
      role: "moderator"
      active: false
    }

    {
      id: 4
      name: "Suzanne Tromp"
      email: "Leah.Muller@gmail.com"
      role: "moderator"
      active: false
    }

    {
      id: 5
      name: "Jay Heathcote"
      email: "Anthony53@hotmail.com"
      role: "moderator"
      active: true
    }
  ]
}

See Also