Example 3244
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Julian Klein"
email: "Gustavo35@hotmail.com"
role: "viewer"
active: false
}
{
id: 2
name: "Frieda Marks DDS"
email: "Estelle_Lind@gmail.com"
role: "admin"
active: true
}
{
id: 3
name: "Magdalen Dickens"
email: "Alexandria_Halvorson@gmail.com"
role: "admin"
active: true
}
{
id: 4
name: "Noel Moen"
email: "Edgar_Crona@yahoo.com"
role: "viewer"
active: true
}
{
id: 5
name: "Emelia Reynolds III"
email: "David.Bauch97@hotmail.com"
role: "viewer"
active: false
}
]
}