mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-19 02:21:52 +00:00
20 lines
461 B
Plaintext
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.
|