Example 15743

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Willard Mohr"
email: "Kathy.Hodkiewicz@gmail.com"
role: "moderator"
active: false
}

{
id: 2
name: "Irving Schaden"
email: "Armando92@yahoo.com"
role: "viewer"
active: true
}

{
id: 3
name: "Jace West"
email: "Nichole37@yahoo.com"
role: "viewer"
active: false
}
]
}

See also