Appearance
1841 - User Directory
A list of user accounts with roles. This is an example of a MAML document.
maml
{
users: [
{
id: 1
name: "Mr. Rolando Bednar"
email: "Israel67@yahoo.com"
role: "moderator"
active: false
}
{
id: 2
name: "Terri Armstrong"
email: "Tyrone.Jakubowski@gmail.com"
role: "viewer"
active: true
}
{
id: 3
name: "Dianne Rice"
email: "Grayce_Crona99@yahoo.com"
role: "admin"
active: true
}
]
}