Example 8149

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Murl Leannon"
email: "Florida_Lakin@yahoo.com"
role: "viewer"
active: false
}

{
id: 2
name: "Gennaro Murphy"
email: "Arthur_Heaney@yahoo.com"
role: "editor"
active: false
}

{
id: 3
name: "Jerrold Stamm"
email: "Dewey_Schimmel62@yahoo.com"
role: "admin"
active: false
}

{
id: 4
name: "Sara Waters III"
email: "Yvette_Shields72@yahoo.com"
role: "editor"
active: true
}

{
id: 5
name: "Vincenza Lakin"
email: "Coby.Ullrich@yahoo.com"
role: "viewer"
active: true
}

{
id: 6
name: "Mrs. Kraig D'Amore DDS"
email: "Talon.Kling@hotmail.com"
role: "admin"
active: true
}
]
}

See also