Get Note Users
GET /v1/notes/note-usersQuery parameters
Parameter
Type
Description
Response — 200 OK
{
"data": [
{
"user_id": 7,
"email": "examiner@example.com",
"first_name": "Alex",
"last_name": "Rivera",
"full_name": "Alex Rivera",
"title": "Forensic Examiner"
},
{
"user_id": 12,
"email": "api-user@example.com",
"first_name": "API",
"last_name": "User",
"full_name": "API User",
"title": null
}
]
}Examples
Who has written notes in a case?
Per-author note counts for a case
Errors
Status
Body
Cause
Was this helpful?