provider Inboxes GET /teammates/{teammate_id}/private_inboxes
@utdk/front /teammates/{teammate_id}/private_inboxes
List teammate private inboxes
List the private inboxes of a teammate. Required scope: `inboxes:read`
teammate_id path required
The teammate ID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listTeammatePrivateInboxes
GET/teammates/{teammate_id}/private_inboxes
List the private inboxes of a teammate. Required scope: `inboxes:read`

Parameters

required

The teammate ID

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.listTeammatePrivateInboxes({
  "teammate_id": "tea_123"
})