Example 747
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Carmelo Tillman IV"
email: "Rylee60@yahoo.com"
role: "moderator"
active: true
}
{
id: 2
name: "Adam Harber Sr."
email: "Emilio_Funk91@gmail.com"
role: "editor"
active: false
}
{
id: 3
name: "Russell Langworth"
email: "Adriel.Thompson61@yahoo.com"
role: "moderator"
active: true
}
{
id: 4
name: "Esther Stamm"
email: "Merritt80@yahoo.com"
role: "admin"
active: false
}
{
id: 5
name: "Lillian Bins"
email: "Laurence_Powlowski89@hotmail.com"
role: "moderator"
active: false
}
{
id: 6
name: "Manuel Walter"
email: "Cathy.Bahringer@gmail.com"
role: "editor"
active: false
}
{
id: 7
name: "Rashawn Stanton"
email: "Reanna_Wisozk@gmail.com"
role: "moderator"
active: true
}
]
}