Example 10348
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Alessandro Schaden"
email: "Esther.Koss-Pollich9@hotmail.com"
role: "moderator"
active: true
}
{
id: 2
name: "Brennon Cummerata"
email: "Regina_Ziemann@hotmail.com"
role: "admin"
active: false
}
{
id: 3
name: "Barrett Kirlin"
email: "Gina.Botsford@yahoo.com"
role: "moderator"
active: false
}
]
}