Example 12557
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Robyn Lehner"
email: "Eric.Beahan-Reynolds@yahoo.com"
role: "admin"
active: true
}
{
id: 2
name: "Kyler Reichel"
email: "Bessie_Satterfield@yahoo.com"
role: "viewer"
active: true
}
{
id: 3
name: "Karolann Robel"
email: "Kamron.Graham33@gmail.com"
role: "moderator"
active: false
}
]
}