Example 12447
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Nellie Baumbach-Huels"
email: "Emily.Wunsch@hotmail.com"
role: "editor"
active: true
}
{
id: 2
name: "Benjamin Crooks-Franey"
email: "Charlie12@hotmail.com"
role: "moderator"
active: false
}
{
id: 3
name: "Hannah Fahey"
email: "Tami.Muller30@hotmail.com"
role: "moderator"
active: false
}
]
}