Example 1343
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Johnathan Fisher"
email: "Israel76@hotmail.com"
role: "viewer"
active: false
}
{
id: 2
name: "Winfield Hoeger IV"
email: "Sandy_Waelchi@gmail.com"
role: "viewer"
active: true
}
{
id: 3
name: "Irving Cruickshank-Frami"
email: "Lyle50@gmail.com"
role: "editor"
active: true
}
{
id: 4
name: "Lura Hand"
email: "Gilbert_Douglas55@gmail.com"
role: "editor"
active: false
}
]
}