Example 11554

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Darrin Rohan"
email: "Anne.Parisian@hotmail.com"
role: "admin"
active: false
}

{
id: 2
name: "Roland Denesik"
email: "Robb41@gmail.com"
role: "viewer"
active: false
}

{
id: 3
name: "Torrance Howe"
email: "Haskell92@yahoo.com"
role: "admin"
active: false
}
]
}

See also