A common user object for profiles, directories and API payloads.
{
"id": 42,
"name": "Ada Lovelace",
"email": "ada@example.com",
"active": true,
"roles": ["admin", "editor"]
}Use this shape when representing a user with identity fields and access roles.