Skip to main content
GET
/
api
/
Users
/
Me
/
UnlinkedMail
Get Unlinked for current User.
curl --request GET \
  --url https://api.example.com/api/Users/Me/UnlinkedMail
[
  {
    "activityID": 123,
    "typeID": 123,
    "from": "<string>",
    "to": "<string>",
    "subject": "<string>",
    "createdBy": 123,
    "agencyID": 123,
    "messageDate": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

OK

activityID
integer<int32>
typeID
integer<int32>
from
string | null
to
string | null
subject
string | null
createdBy
integer<int32>
agencyID
integer<int32>
messageDate
string<date-time>