Example 6741

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Linwood Schimmel"
email: "Belle61@hotmail.com"
role: "editor"
active: false
}

{
id: 2
name: "Cedric Langworth II"
email: "Kelley_Jaskolski@yahoo.com"
role: "viewer"
active: false
}

{
id: 3
name: "Jermaine Thompson DVM"
email: "Freddie.Reichel@hotmail.com"
role: "admin"
active: true
}

{
id: 4
name: "Daron Lowe"
email: "Amy_Hayes48@yahoo.com"
role: "moderator"
active: false
}

{
id: 5
name: "Vera McDermott-Douglas"
email: "Rachael_Lubowitz88@gmail.com"
role: "editor"
active: true
}
]
}

See also