Skip to content

Endpoint

  • Method: POST
  • Path: /invitations
  • Edition: Core
  • Controller: InvitationController@store
  • Route source: fluent-community/Modules/Auth/InvitationModule.php:25
  • Controller source: fluent-community/Modules/Auth/Classes/InvitationController.php

POST Create Invitation

POST
/invitations

Create Invitation for the FluentCommunity Invitations API.

Controller: InvitationController@store
Route source: fluent-community/Modules/Auth/InvitationModule.php:25

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"space_id": "string",
  
"email": "string",
  
"invitee_name": "string"
}

Responses

Successful response

application/json
JSON
{
  
"message": "string",
  
"invitation": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation