The List Organization Invitations API retrieves a list of all invitations sent to join an organization. This API provides detailed information about each invitation, including the recipient's email and other relevant details, enabling administrators to manage and oversee all pending invitations within the organization.
Request
Authorization
Add parameter in header
X-Jicoo-Api-Key
Example:
X-Jicoo-Api-Key: ********************
Query Params
page
number
optional
perPage
number
optional
email
string
optional
Body Params application/json
object{0}
Example
{}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/organization_invitations?page&perPage&email' \
--header'Content-Type: application/json' \
--header'X-Jicoo-Api-Key;' \
--data-raw''