Example 5959

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Charley Rodriguez"
email: "Colt.Towne@yahoo.com"
role: "editor"
active: true
}

{
id: 2
name: "Emil Ortiz"
email: "Ethan.Kirlin18@yahoo.com"
role: "admin"
active: true
}

{
id: 3
name: "Mr. Ross Dooley"
email: "Joyce_Johns@gmail.com"
role: "editor"
active: false
}
]
}

See also