Example 16254

User Directory

A list of user accounts with roles.

{
users: [
{
id: 1
name: "Shyann Jacobs"
email: "Vincenza.Grimes@hotmail.com"
role: "editor"
active: true
}

{
id: 2
name: "Ima Larson"
email: "Doris_Durgan97@hotmail.com"
role: "moderator"
active: false
}

{
id: 3
name: "Rex Orn"
email: "Mercedes74@hotmail.com"
role: "editor"
active: false
}

{
id: 4
name: "Columbus Will"
email: "Brett.Runolfsson40@yahoo.com"
role: "editor"
active: false
}
]
}

See also