Example 3944

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Edith Hand MD"
email: "Noel_Sipes-Schultz34@yahoo.com"
role: "moderator"
active: false
}

{
id: 2
name: "Eric Satterfield"
email: "Mohamed.Green14@gmail.com"
role: "admin"
active: false
}

{
id: 3
name: "Hilma Torp"
email: "Cecil9@yahoo.com"
role: "moderator"
active: true
}

{
id: 4
name: "Troy Brekke V"
email: "Greg.Daniel@hotmail.com"
role: "admin"
active: true
}
]
}

See also