Example 7345
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Roslyn Strosin"
email: "Hobart_Nitzsche@gmail.com"
role: "admin"
active: true
}
{
id: 2
name: "Esther Goodwin"
email: "Leland.Cremin39@hotmail.com"
role: "admin"
active: false
}
{
id: 3
name: "Walter Effertz"
email: "Dolores.Bahringer74@hotmail.com"
role: "viewer"
active: true
}
]
}