Example 6760
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Annamarie Wolf MD"
email: "Cecelia_Littel84@yahoo.com"
role: "moderator"
active: true
}
{
id: 2
name: "Halie Jacobs"
email: "Santos87@gmail.com"
role: "moderator"
active: true
}
{
id: 3
name: "Tyrese Robel"
email: "Belinda.Beer@gmail.com"
role: "editor"
active: false
}
{
id: 4
name: "Jacinthe Muller"
email: "Carmen.Von@hotmail.com"
role: "admin"
active: false
}
{
id: 5
name: "Wendell Murphy"
email: "Darla_Hoppe@hotmail.com"
role: "editor"
active: true
}
{
id: 6
name: "Susan Kovacek"
email: "Ressie.Schmeler@yahoo.com"
role: "viewer"
active: false
}
]
}