cURL
curl --request GET \ --url https://cloud.activepieces.com/api/v1/user-invitations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "created": "<string>", "updated": "<string>", "email": "<string>", "status": "PENDING", "type": "PLATFORM", "platformId": "<string>", "platformRole": "ADMIN", "projectId": "<string>", "projectRoleId": "<string>", "projectRole": { "id": "<string>", "created": "<string>", "updated": "<string>", "name": "<string>", "permissions": [ "<string>" ], "platformId": "<string>", "type": "<string>", "userCount": 123 } } ], "next": "<string>", "previous": "<string>" }
Use your api key generated from the admin console
PLATFORM
PENDING
Default Response
The response is of type object.
object