Example 7056
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Michelle Okuneva I"
email: "Hattie_Gorczany@gmail.com"
role: "moderator"
active: false
}
{
id: 2
name: "Eve Little III"
email: "Brando.Jacobi31@gmail.com"
role: "viewer"
active: true
}
{
id: 3
name: "Darrel Daniel IV"
email: "Carissa_Bins@hotmail.com"
role: "editor"
active: true
}
]
}