Files
prowler/docs/api-reference/tenants/invitations-list.mdx
2025-10-30 18:58:05 +01:00

20 lines
461 B
Plaintext

---
title: "List Tenant Invitations"
api: "GET /api/v1/tenants/invitations"
description: "Retrieve pending invitations for the current tenant."
---
View all pending invitations sent from your tenant to other users.
## Example Request
```bash
curl -X GET "https://api.prowler.com/api/v1/tenants/invitations" \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/vnd.api+json"
```
## Response
Returns a list of pending invitations.