Example 14945

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Frank Sawayn"
email: "Casper_Howe58@hotmail.com"
role: "admin"
active: true
}

{
id: 2
name: "Mr. Elliot Bernier"
email: "Claudia_Stehr44@gmail.com"
role: "viewer"
active: true
}

{
id: 3
name: "Sara Farrell"
email: "Angelo89@yahoo.com"
role: "viewer"
active: true
}
]
}

See also