Skip to content

4141 - User Directory

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

maml
{
  users: [
    {
      id: 1
      name: "Darien Friesen"
      email: "Joanna_Becker58@gmail.com"
      role: "editor"
      active: false
    }

    {
      id: 2
      name: "Denise Crona"
      email: "Issac_Bradtke-Botsford7@hotmail.com"
      role: "moderator"
      active: true
    }

    {
      id: 3
      name: "Jerald Reinger"
      email: "Keon.Schmeler66@hotmail.com"
      role: "viewer"
      active: true
    }

    {
      id: 4
      name: "Gwendolyn Wunsch"
      email: "Elza.Runolfsson86@gmail.com"
      role: "viewer"
      active: false
    }

    {
      id: 5
      name: "Randy Hessel"
      email: "Domingo67@hotmail.com"
      role: "viewer"
      active: true
    }
  ]
}

See Also