Example 5545

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Sadie Witting"
email: "Cedrick79@gmail.com"
role: "viewer"
active: false
}

{
id: 2
name: "Kasey Hintz"
email: "Jermaine2@hotmail.com"
role: "moderator"
active: false
}

{
id: 3
name: "Filiberto Robel"
email: "Alexanne67@hotmail.com"
role: "viewer"
active: false
}

{
id: 4
name: "Mrs. Alexandra Bergnaum"
email: "Rahsaan.Kertzmann@yahoo.com"
role: "admin"
active: true
}
]
}

See also