Example 17247

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Mrs. Flavio Dickens"
email: "Carol72@hotmail.com"
role: "editor"
active: false
}

{
id: 2
name: "Hattie Windler"
email: "Wilburn_Huels67@hotmail.com"
role: "moderator"
active: true
}

{
id: 3
name: "Jodie Metz"
email: "Doris.Dibbert40@hotmail.com"
role: "editor"
active: false
}
]
}

See also