status=deleted or status=all to include retained logical-deletion records.curl --location '/v1/managed-profiles?limit=&offset=&status=' \
--header 'X-API-Key: <api-key>'{
"managedProfiles": [
{
"contactEmail": "user@example.com",
"createdAt": "2019-08-24T14:15:22.123Z",
"creationSource": "manager",
"customerType": "individual",
"deletedAt": "2019-08-24T14:15:22.123Z",
"externalSubjectId": "string",
"profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
"status": "active",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"limit": 1,
"offset": 0,
"total": 0
}
}