Get a list of pending invitations
Request Body
application/json
Body Parameters
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.verdocs.com/v2/organization-invitations" \ -H "Content-Type: application/json" \ -d '{ "roles": [ "contact" ], "first_name": "string", "last_name": "string" }'[
{
"current": true,
"id": "string",
"organization_id": "string",
"user_id": "string"
}
]{
"status": "ERROR",
"error": "string"
}{
"status": "ERROR",
"error": "string"
}{
"status": "ERROR",
"error": "string"
}{
"status": "ERROR",
"error": "string"
}