Skip to content

841 - User Directory

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

maml
{
  users: [
    {
      id: 1
      name: "Jerrod Vandervort"
      email: "Elisabeth31@hotmail.com"
      role: "moderator"
      active: false
    }

    {
      id: 2
      name: "Ciara Schuppe"
      email: "Kailyn_Armstrong@hotmail.com"
      role: "editor"
      active: true
    }

    {
      id: 3
      name: "Marjorie Senger II"
      email: "Alize_Stanton80@yahoo.com"
      role: "moderator"
      active: true
    }

    {
      id: 4
      name: "Angel Nitzsche V"
      email: "Evan98@gmail.com"
      role: "viewer"
      active: false
    }

    {
      id: 5
      name: "Saul Marvin"
      email: "Billie.Swift@hotmail.com"
      role: "moderator"
      active: true
    }
  ]
}

See Also