{
"errCode": 123,
"errMessage": "<string>",
"data": {
"profile": {
"userId": "<string>",
"email": "jsmith@example.com",
"displayName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"roleIds": [
"<string>"
],
"roleNames": [
"<string>"
],
"permissions": [],
"avatarUrl": "<string>",
"createdByUserId": "<string>",
"lastLoginAt": "2023-11-07T05:31:56Z"
},
"principal": {
"userId": "<string>",
"displayName": "<string>",
"email": "jsmith@example.com",
"permissions": [],
"apiKeyId": "<string>",
"roleNames": [
"<string>"
]
}
}
}