{
"id": 123,
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"picture": "<string>",
"role": "<string>",
"functional_area": "data_analytics",
"other_functional_area": "<string>",
"date_joined": "2023-11-07T05:31:56Z",
"last_login": "2023-11-07T05:31:56Z",
"is_active": false,
"permission_groups": [
"<string>"
]
}
The schema is of type object
.
Was this page helpful?