{
"errCode": 123,
"errMessage": "<string>",
"data": {
"items": [
{
"userId": "<string>",
"email": "jsmith@example.com",
"displayName": "<string>",
"roles": [
"<string>"
],
"permissions": [],
"lastSignInAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}
}