get https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id//users/open-id//filing-cabinets
Returns a User's Filing Cabinets.
Response
Returns a User's Filing Cabinets.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id/tenantId/users/open-id/openId/filing-cabinets \
--header 'accept: application/json'
xxxxxxxxxx
11[
{
"id": "64ff6c3d25308aed6989a31a",
"name": "My FC",
"active": true,
"createdAt": "2023-09-11T19:36:29.362Z",
"updatedAt": "2023-09-11T20:44:44.135Z",
"invitationCode": "64ff6c3d25308aed6989a31a",
"owner": "auth0|6493044e7830f27ad8ba21bb"
}
]